public: update Semantic UI from 2.2.7 -> 2.2.9

This commit is contained in:
Unknwon
2017-02-27 22:45:35 -05:00
parent 4f9c5981a9
commit eaab01fa49
10 changed files with 3053 additions and 714 deletions
File diff suppressed because one or more lines are too long
+364
View 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

Before

Width:  |  Height:  |  Size: 382 KiB

After

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
-19
View File
File diff suppressed because one or more lines are too long
+19
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -62,11 +62,11 @@
{{end}}
<!-- Stylesheet -->
<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.2.7.min.css">
<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.2.9.min.css">
<link rel="stylesheet" href="{{AppSubUrl}}/css/gogs.css?v={{MD5 AppVer}}">
<!-- JavaScript -->
<script src="{{AppSubUrl}}/js/semantic-2.2.7.min.js"></script>
<script src="{{AppSubUrl}}/js/semantic-2.2.9.min.js"></script>
<script src="{{AppSubUrl}}/js/gogs.js?v={{MD5 AppVer}}"></script>
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>