Browse Source

Move themes to plugin directory. Fixes #2372 (#2375)

for-closed-social
Michael Lustfield 7 years ago
committed by Lauris BH
parent
commit
874f9be3e6
16 changed files with 0 additions and 21 deletions
  1. +0
    -21
      public/css/themes/github/LICENSE
  2. +0
    -0
      public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.eot
  3. +0
    -0
      public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.svg
  4. +0
    -0
      public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.ttf
  5. +0
    -0
      public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.woff
  6. +0
    -0
      public/vendor/plugins/semantic/themes/default/assets/fonts/icons.eot
  7. +0
    -0
      public/vendor/plugins/semantic/themes/default/assets/fonts/icons.otf
  8. +0
    -0
      public/vendor/plugins/semantic/themes/default/assets/fonts/icons.svg
  9. +0
    -0
      public/vendor/plugins/semantic/themes/default/assets/fonts/icons.ttf
  10. +0
    -0
      public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff
  11. +0
    -0
      public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff2
  12. +0
    -0
      public/vendor/plugins/semantic/themes/default/assets/images/flags.png
  13. +0
    -0
      public/vendor/plugins/semantic/themes/github/assets/fonts/octicons-local.ttf
  14. +0
    -0
      public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.svg
  15. +0
    -0
      public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.ttf
  16. +0
    -0
      public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.woff

+ 0
- 21
public/css/themes/github/LICENSE View File

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2012-2016 GitHub, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

public/css/themes/basic/assets/fonts/icons.eot → public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.eot View File


public/css/themes/basic/assets/fonts/icons.svg → public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.svg View File


public/css/themes/basic/assets/fonts/icons.ttf → public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.ttf View File


public/css/themes/basic/assets/fonts/icons.woff → public/vendor/plugins/semantic/themes/basic/assets/fonts/icons.woff View File


public/css/themes/default/assets/fonts/icons.eot → public/vendor/plugins/semantic/themes/default/assets/fonts/icons.eot View File


public/css/themes/default/assets/fonts/icons.otf → public/vendor/plugins/semantic/themes/default/assets/fonts/icons.otf View File


public/css/themes/default/assets/fonts/icons.svg → public/vendor/plugins/semantic/themes/default/assets/fonts/icons.svg View File


public/css/themes/default/assets/fonts/icons.ttf → public/vendor/plugins/semantic/themes/default/assets/fonts/icons.ttf View File


public/css/themes/default/assets/fonts/icons.woff → public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff View File


public/css/themes/default/assets/fonts/icons.woff2 → public/vendor/plugins/semantic/themes/default/assets/fonts/icons.woff2 View File


public/css/themes/default/assets/images/flags.png → public/vendor/plugins/semantic/themes/default/assets/images/flags.png View File


public/css/themes/github/assets/fonts/octicons-local.ttf → public/vendor/plugins/semantic/themes/github/assets/fonts/octicons-local.ttf View File


public/css/themes/github/assets/fonts/octicons.svg → public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.svg View File


public/css/themes/github/assets/fonts/octicons.ttf → public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.ttf View File


public/css/themes/github/assets/fonts/octicons.woff → public/vendor/plugins/semantic/themes/github/assets/fonts/octicons.woff View File


Loading…
Cancel
Save