Skip to content

Commit

Permalink
public: update Semantic UI 2.2.10 -> 2.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Nov 16, 2017
1 parent 77c77fb commit dbe6de3
Show file tree
Hide file tree
Showing 8 changed files with 394 additions and 47 deletions.
18 changes: 9 additions & 9 deletions public/config.codekit
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down
3 changes: 0 additions & 3 deletions public/css/gogs.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
11 changes: 0 additions & 11 deletions public/css/semantic-2.2.10.min.css

This file was deleted.

364 changes: 364 additions & 0 deletions public/css/semantic-2.2.13.min.css

Large diffs are not rendered by default.

19 changes: 0 additions & 19 deletions public/js/semantic-2.2.10.min.js

This file was deleted.

19 changes: 19 additions & 0 deletions public/js/semantic-2.2.13.min.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions public/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions templates/base/head.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit dbe6de3

Please sign in to comment.