diff options
| author | Phil Crosby | 2012-07-22 14:41:09 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2012-07-22 14:41:09 -0700 | 
| commit | 2fa1f87c9422dc9c34e6951f3447a4df0c94aca7 (patch) | |
| tree | 0163d326087c7cc8841f2788479503608a0725e4 | |
| parent | 954ac5f188be210a773aa5e0ef05507a3bc2aa5a (diff) | |
| download | vimium-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.css | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -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; | 
