Revert "public: update Semantic UI from 2.2.7 -> 2.2.9"

This reverts commit eaab01fa49.
This commit is contained in:
Unknwon
2017-03-05 16:35:35 -05:00
parent e9838a83ce
commit 971a96a962
10 changed files with 714 additions and 3053 deletions

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 382 KiB

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -62,11 +62,11 @@
{{end}}
<!-- Stylesheet -->
<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.2.9.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.9.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>