mirror of
https://github.com/gogs/gogs.git
synced 2025-05-22 15:29:56 +00:00
public: update Semantic UI 2.2.10 -> 2.2.13
This commit is contained in:
parent
77c77fbd42
commit
dbe6de313e
@ -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,
|
||||
|
@ -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;
|
||||
}
|
||||
|
11
public/css/semantic-2.2.10.min.css
vendored
11
public/css/semantic-2.2.10.min.css
vendored
File diff suppressed because one or more lines are too long
364
public/css/semantic-2.2.13.min.css
vendored
Executable file
364
public/css/semantic-2.2.13.min.css
vendored
Executable file
File diff suppressed because one or more lines are too long
19
public/js/semantic-2.2.10.min.js
vendored
19
public/js/semantic-2.2.10.min.js
vendored
File diff suppressed because one or more lines are too long
19
public/js/semantic-2.2.13.min.js
vendored
Executable file
19
public/js/semantic-2.2.13.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user