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. --- options.html | 1 + 1 file changed, 1 insertion(+) (limited to 'options.html') 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; } +