diff options
| author | Stephen Blott | 2015-05-31 09:22:48 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-31 09:22:48 +0100 |
| commit | 8b0c610fb68573dbd839133fbc315521db6161f6 (patch) | |
| tree | dfad0d57b08322adc6f5f1878f3d0dc1a48baf47 /content_scripts | |
| parent | 85dbf442f8f1e07e671804f401b7c3ec6b1edb25 (diff) | |
| parent | 2bd20dba57d6dbbc7323f29f01691cc208d1cad4 (diff) | |
| download | vimium-8b0c610fb68573dbd839133fbc315521db6161f6.tar.bz2 | |
Merge pull request #1699 from smblott-github/add-link-to-wiki-to-help-page
Add a link to the wiki on the help page.
Diffstat (limited to 'content_scripts')
| -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; |
