diff options
| author | Jez Ng | 2012-08-21 00:10:44 -0700 | 
|---|---|---|
| committer | Jez Ng | 2012-08-21 00:10:44 -0700 | 
| commit | b31fd43f093e89fbc8bb075451c6e436625fb0f5 (patch) | |
| tree | f7f269de71f3c170a7cf94f5aae26fd679e52487 /popup.html | |
| parent | c4405f36b3df39a47d4c1dac329da456cf2d7e62 (diff) | |
| download | vimium-b31fd43f093e89fbc8bb075451c6e436625fb0f5.tar.bz2 | |
Style options link in popup.
Diffstat (limited to 'popup.html')
| -rw-r--r-- | popup.html | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -41,6 +41,11 @@        #popupMenu a:hover {          background: #EEEEEE;        } + +      #optionsLink { +        font-family : "Helvetica Neue", "Helvetica", "Arial", sans-serif; +        font-size: 12px; +      }      </style>      <script src="popup.js"></script>    </head> | 
