aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2012-07-22 14:41:09 -0700
committerPhil Crosby2012-07-22 14:41:09 -0700
commit2fa1f87c9422dc9c34e6951f3447a4df0c94aca7 (patch)
tree0163d326087c7cc8841f2788479503608a0725e4
parent954ac5f188be210a773aa5e0ef05507a3bc2aa5a (diff)
downloadvimium-2fa1f87c9422dc9c34e6951f3447a4df0c94aca7.tar.bz2
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.
-rw-r--r--vimium.css3
1 files changed, 1 insertions, 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;