diff options
| author | Stephen Blott | 2015-05-30 08:25:52 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-30 08:26:15 +0100 |
| commit | 2bd20dba57d6dbbc7323f29f01691cc208d1cad4 (patch) | |
| tree | 3c1a73dae95118e37872bdbe6fcb92a8b0333fd3 /content_scripts/vimium.css | |
| parent | c5babceec0178f02233446d6a3ad4c19c176b564 (diff) | |
| download | vimium-2bd20dba57d6dbbc7323f29f01691cc208d1cad4.tar.bz2 | |
Add a link to the wiki to the help page.
Ass suggested in by @LarryBattle in #1643.
Diffstat (limited to 'content_scripts/vimium.css')
| -rw-r--r-- | content_scripts/vimium.css | 11 |
1 files changed, 8 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; |
