Adjust tab positioning

Avoiding an unsightly gap on Firefox and Chrome. Sadly Safari needs the
margin-bottom to be set to `-3px` to achieve the same effect. I think
that that is because the browsers have some differences in their
intrinsic button styles that are not being properly normalised.
print-window-tiddler
Jermolene 2014-09-27 10:13:36 +01:00
rodzic 580e046e7d
commit 27728f397c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1061,7 +1061,7 @@ canvas.tc-edit-bitmapeditor {
.tc-tab-buttons {
font-size: 0.85em;
padding-top: 1em;
margin-bottom: -1px;
margin-bottom: -2px;
}
.tc-tab-buttons.tc-vertical {