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:
Thomas Gelf 2014-11-17 13:02:19 +01:00
parent 4669a8cf84
commit 6d03b6bef4
1 changed files with 1 additions and 1 deletions

View File

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