aboutsummaryrefslogtreecommitdiffstats
path: root/options.html
diff options
context:
space:
mode:
authorPhil Crosby2012-01-15 19:20:26 -0800
committerPhil Crosby2012-01-15 19:20:26 -0800
commit73f8a90bff353e6b3c1e61c0d339d95f2c349cd4 (patch)
treedfd7e6330be8185637ae3aa8fb4e6bc2eb2dc10b /options.html
parent012fade804efdcd6e551ba26e2cea6d906e8bb18 (diff)
parentd2118277a39ddb89e95dbcc2c339b15923caea74 (diff)
downloadvimium-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.html1
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); };