1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 09:55:20 +02:00

Remove border-bottom for tabs header divider

This commit is contained in:
Unknwon 2016-02-19 17:49:48 -05:00
parent 341da3cea7
commit f38d5e57dd
3 changed files with 8 additions and 1 deletions

View file

@ -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;