diff options
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) | |
download | gitea-f38d5e57dd0ea4841b1592044a500c2a2399229d.tar.gz gitea-f38d5e57dd0ea4841b1592044a500c2a2399229d.zip |
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 657de394f6..ba8a134f6c 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; |