From 2bd20dba57d6dbbc7323f29f01691cc208d1cad4 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sat, 30 May 2015 08:25:52 +0100 Subject: Add a link to the wiki to the help page. Ass suggested in by @LarryBattle in #1643. --- content_scripts/vimium.css | 11 ++++++++--- pages/help_dialog.html | 1 + 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index 647c8025..b4bce776 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -208,13 +208,18 @@ div#vimiumHelpDialog a { text-decoration: underline; } -div#vimiumHelpDialog .optionsPage { +div#vimiumHelpDialog .wikiPage, div#vimiumHelpDialog .optionsPage { position: absolute; display: block; font-size: 11px; line-height: 130%; - right: 60px; - top: 8px; + top: 6px; +} +div#vimiumHelpDialog .optionsPage { + right: 40px; +} +div#vimiumHelpDialog .wikiPage { + right: 83px; } div#vimiumHelpDialog a.closeButton:hover { color:black; diff --git a/pages/help_dialog.html b/pages/help_dialog.html index 77c3e2bf..6c7c78c2 100644 --- a/pages/help_dialog.html +++ b/pages/help_dialog.html @@ -7,6 +7,7 @@ page with the up-to-date key bindings when the dialog is shown. -->
Options + Wiki ×
Vimium {{title}}
-- cgit v1.2.3