index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
/
css
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2016-02-19 17:49:48 -0500
committer
Unknwon <u@gogs.io>
2016-02-19 17:49:48 -0500
commit
f38d5e57dd0ea4841b1592044a500c2a2399229d
(
patch
)
tree
a43a59acb0dba1629e2aacc0673860df099005a2
/
public/css
parent
341da3cea7b194e74057612efc6fb97cb57f1446
(
diff
)
Remove border-bottom for tabs header divider
Diffstat
(limited to 'public/css')
-rw-r--r--
public/css/gogs.css
3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 657de394..ba8a134f 100644
--- a/
public/css/gogs.css
+++ b/
public/css/gogs.css
@@ -1129,6 +1129,9 @@ footer .container .links > *:first-child {
margin-top: -15px;
padding-top: 15px;
}
+.repository .header-wrapper .ui.tabs.divider {
+ border-bottom: none;
+}
.repository .filter.menu .label.color {
margin-left: 15px;
padding: 0 8px;