From 2fa1f87c9422dc9c34e6951f3447a4df0c94aca7 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sun, 22 Jul 2012 14:41:09 -0700 Subject: Use font-size:inheret in the vimium reset It's a better default and allows us to specify the font size on the parent, instead of all children. --- vimium.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vimium.css b/vimium.css index 8464a74d..ace16d5d 100644 --- a/vimium.css +++ b/vimium.css @@ -21,7 +21,6 @@ td.vimiumReset, tr.vimiumReset { background: none; border: none; - border: none; bottom: auto; box-shadow: none; color: black; @@ -29,7 +28,7 @@ tr.vimiumReset { display: inline; float: none; font-family : "Helvetica Neue", "Helvetica", "Arial", "Sans"; - font-size: 12px; + font-size: inherit; font-style: normal; font-variant: normal; font-weight: normal; -- cgit v1.2.3