Browse Source

public: update Semantic UI 2.2.10 -> 2.2.13

Unknwon 7 years ago
parent
commit
dbe6de313e

+ 9 - 9
public/config.codekit

@@ -20,11 +20,11 @@
 		"outputPathIsOutsideProject": 0,
 		"outputPathIsSetByUser": 0
 		},
-	"\/css\/semantic-2.2.10.min.css": {
+	"\/css\/semantic-2.2.13.min.css": {
 		"fileType": 16,
-		"ignore": 0,
-		"ignoreWasSetByUser": 0,
-		"inputAbbreviatedPath": "\/css\/semantic-2.2.10.min.css",
+		"ignore": 1,
+		"ignoreWasSetByUser": 1,
+		"inputAbbreviatedPath": "\/css\/semantic-2.2.13.min.css",
 		"outputAbbreviatedPath": "No Output Path",
 		"outputPathIsOutsideProject": 0,
 		"outputPathIsSetByUser": 0
@@ -172,12 +172,12 @@
 		"outputStyle": 1,
 		"syntaxCheckerStyle": 1
 		},
-	"\/js\/semantic-2.2.10.min.js": {
+	"\/js\/semantic-2.2.13.min.js": {
 		"fileType": 64,
-		"ignore": 0,
-		"ignoreWasSetByUser": 0,
-		"inputAbbreviatedPath": "\/js\/semantic-2.2.10.min.js",
-		"outputAbbreviatedPath": "\/js\/min\/semantic-2.2.10.min-min.js",
+		"ignore": 1,
+		"ignoreWasSetByUser": 1,
+		"inputAbbreviatedPath": "\/js\/semantic-2.2.13.min.js",
+		"outputAbbreviatedPath": "\/js\/min\/semantic-2.2.13.min-min.js",
 		"outputPathIsOutsideProject": 0,
 		"outputPathIsSetByUser": 0,
 		"outputStyle": 1,

+ 0 - 3
public/css/gogs.css

@@ -108,9 +108,6 @@ code.wrap {
 .following.bar .avatar > .ui.image {
   margin-right: 0;
 }
-.following.bar .avatar .octicon-triangle-down {
-  margin-top: 6.5px;
-}
 .following.bar .searchbox {
   background-color: #f4f4f4 !important;
 }

File diff suppressed because it is too large
+ 0 - 10
public/css/semantic-2.2.10.min.css


File diff suppressed because it is too large
+ 18 - 0
public/css/semantic-2.2.13.min.css


File diff suppressed because it is too large
+ 0 - 10
public/js/semantic-2.2.10.min.js


File diff suppressed because it is too large
+ 10 - 0
public/js/semantic-2.2.13.min.js


+ 0 - 3
public/less/_base.less

@@ -98,9 +98,6 @@ pre, code {
 	.avatar > .ui.image {
 		margin-right: 0;
 	}
-	.avatar .octicon-triangle-down {
-		margin-top: 6.5px;
-	}
 	.searchbox {
 		background-color: rgb(244, 244, 244) !important;
 		&:focus {

+ 2 - 2
templates/base/head.tmpl

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

Some files were not shown because too many files changed in this diff