diff options
| author | Phil Crosby | 2012-01-15 19:20:26 -0800 |
|---|---|---|
| committer | Phil Crosby | 2012-01-15 19:20:26 -0800 |
| commit | 73f8a90bff353e6b3c1e61c0d339d95f2c349cd4 (patch) | |
| tree | dfd7e6330be8185637ae3aa8fb4e6bc2eb2dc10b /options.html | |
| parent | 012fade804efdcd6e551ba26e2cea6d906e8bb18 (diff) | |
| parent | d2118277a39ddb89e95dbcc2c339b15923caea74 (diff) | |
| download | vimium-73f8a90bff353e6b3c1e61c0d339d95f2c349cd4.tar.bz2 | |
Merge pull request #409 from venshi/master
Greater specificity for the linkhints CSS
Diffstat (limited to 'options.html')
| -rw-r--r-- | options.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options.html b/options.html index 8dfd23e8..3d4033e3 100644 --- a/options.html +++ b/options.html @@ -79,6 +79,7 @@ /* Boolean options have a tighter form representation than text options. */ td.booleanOption { font-size: 12px; } </style> + <link rel="stylesheet" type="text/css" href="vimium.css" /> <script type="text/javascript"> $ = function(id) { return document.getElementById(id); }; |
