diff options
| author | Jez Ng | 2012-07-26 02:06:01 -0700 | 
|---|---|---|
| committer | Jez Ng | 2012-07-26 02:14:08 -0700 | 
| commit | b02df18616a562a6907c9c40a8b9f26abd85ea1e (patch) | |
| tree | 2a6775e252f1f0c8dab7fcf6b069dda8bf8f1c27 | |
| parent | 8c60e25b52933fadbf45da891bfdee91400ede68 (diff) | |
| download | vimium-b02df18616a562a6907c9c40a8b9f26abd85ea1e.tar.bz2 | |
Fix HUD font size.
| -rw-r--r-- | vimium.css | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -214,6 +214,7 @@ div.vimiumHUD {    border: 1px solid #b3b3b3;    border-radius: 4px 4px 0 0;    font-family: "Lucida Grande", "Arial", "Sans"; +  font-size: 12px;    /* One less than vimium's hint markers, so link hints can be shown e.g. for the panel's close button. */    z-index: 99999997;    text-shadow: 0px 1px 2px #FFF; | 
