Upgrade Sematic UI to 2.2.7

pull/3678/merge
Unknwon 2016-12-27 18:56:21 +08:00
parent e6ef75204b
commit 98076ee72d
No known key found for this signature in database
GPG Key ID: 7A02C406FAC875A2
9 changed files with 2405 additions and 32 deletions

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 275 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

View File

@ -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>