From 27728f397cd6f19f60cd8f7f3a3f04dfe2fd9407 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 27 Sep 2014 10:13:36 +0100 Subject: [PATCH] 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. --- themes/tiddlywiki/vanilla/base.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 0ee6e2330..596565bdf 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -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 {