From d2118277a39ddb89e95dbcc2c339b15923caea74 Mon Sep 17 00:00:00 2001 From: Peter Parks Date: Sat, 14 Jan 2012 22:17:56 -0800 Subject: Harden and move CSS declarations out of the code. Remove CSS from background_page.html and change getLinkHintCss to only return the user's overrides. Add vimiumReset class to html generated by completionDialog, helpDialog, linkHints and vimiumFrontEnd Add vimium.css to the manifest and link to it in the tests_harnesses/automated.html and options.html. Add an id, vimiumLinkHintsContainer, to linkhints div to allow user overrides to have a higher specificity. Change the default for the user CSS override. --- helpDialog.html | 174 ++++++++------------------------------------------------ 1 file changed, 25 insertions(+), 149 deletions(-) (limited to 'helpDialog.html') diff --git a/helpDialog.html b/helpDialog.html index aae8b619..7bd08829 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -2,173 +2,49 @@ This is shown when typing "?". This HTML is loaded by the background page and then populated with the latest keybindings information before displaying. --> -
- - - Options - x -
Vimium {{title}}
-
- - +
+ Options + x +
Vimium {{title}}
+
+
Navigating the page
+ + {{pageNavigation}} +
Navigating the page
-
- - +
+
Using find
+ + {{findCommands}} - + {{historyNavigation}} - + {{tabManipulation}} - + {{misc}} +
Using find
Navigating history
Navigating history
Manipulating tabs
Manipulating tabs
Miscellaneous
Miscellaneous

-
+
-
- Show advanced commands +
+ Show advanced commands -
+
Enjoying Vimium? - Leave us + Leave us feedback.
- Found a bug? Report it here. + Found a bug? Report it here.
-
- Version {{version}}
+
+ Version {{version}}
-- cgit v1.2.3