css/tabs.less: fix the "Chrome gap"
That's not how this should be fixed, but it at least helps getting rid of that nasty gap for now.
This commit is contained in:
parent
4669a8cf84
commit
6d03b6bef4
|
@ -8,7 +8,7 @@ ul.tabs {
|
|||
|
||||
.controls ul.tabs {
|
||||
margin-left: 0em;
|
||||
margin-top: -3.6em;
|
||||
margin-top: -3.54em;
|
||||
height: 2.6em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue