Browse Source

Upgrade Sematic UI to 2.2.7

pull/3678/merge
Unknwon 8 years ago
parent
commit
98076ee72d
No known key found for this signature in database
GPG Key ID: 7A02C406FAC875A2
  1. 11
      public/css/semantic-2.2.1.min.css
  2. 11
      public/css/semantic-2.2.7.min.css
  3. BIN
      public/css/themes/material/assets/fonts/icons.eot
  4. 2373
      public/css/themes/material/assets/fonts/icons.svg
  5. BIN
      public/css/themes/material/assets/fonts/icons.ttf
  6. BIN
      public/css/themes/material/assets/fonts/icons.woff
  7. 19
      public/js/semantic-2.2.1.min.js
  8. 19
      public/js/semantic-2.2.7.min.js
  9. 4
      templates/base/head.tmpl

11
public/css/semantic-2.2.1.min.css vendored

File diff suppressed because one or more lines are too long

11
public/css/semantic-2.2.7.min.css vendored

File diff suppressed because one or more lines are too long

BIN
public/css/themes/material/assets/fonts/icons.eot

Binary file not shown.

2373
public/css/themes/material/assets/fonts/icons.svg

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 275 KiB

BIN
public/css/themes/material/assets/fonts/icons.ttf

Binary file not shown.

BIN
public/css/themes/material/assets/fonts/icons.woff

Binary file not shown.

19
public/js/semantic-2.2.1.min.js vendored

File diff suppressed because one or more lines are too long

19
public/js/semantic-2.2.7.min.js vendored

File diff suppressed because one or more lines are too long

4
templates/base/head.tmpl

@ -32,11 +32,11 @@
{{end}}
<!-- Stylesheet -->
<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.2.1.min.css">
<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.2.7.min.css">
<link rel="stylesheet" href="{{AppSubUrl}}/css/gogs.css?v={{MD5 AppVer}}">
<!-- JavaScript -->
<script src="{{AppSubUrl}}/js/semantic-2.2.1.min.js"></script>
<script src="{{AppSubUrl}}/js/semantic-2.2.7.min.js"></script>
<script src="{{AppSubUrl}}/js/gogs.js?v={{MD5 AppVer}}"></script>
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>

Loading…
Cancel
Save