aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html19
1 files changed, 14 insertions, 5 deletions
diff --git a/background_page.html b/background_page.html
index 814c0687..3a8e5b64 100644
--- a/background_page.html
+++ b/background_page.html
@@ -30,11 +30,20 @@
linkHintCharacters: "sadfjklewcmpgh",
filterLinkHints: false,
userDefinedLinkHintCss:
- "#vimiumHintMarkerContainer .vimiumHintMarker \n/* linkhint boxes */ " +
- "{\nbackground-color:yellow;\nborder:1px solid #E3BE23;\n}\n\n" +
- "#vimiumHintMarkerContainer .vimiumHintMarker span \n/* linkhint text */ " +
- "{\ncolor: black;\nfont-weight: bold;\nfont-size: 12px;\n}\n\n" +
- "#vimiumHintMarkerContainer .vimiumHintMarker > .matchingCharacter {\n\n}",
+ "#vimiumHintMarkerContainer .vimiumHintMarker {" + "\n" +
+ "/* linkhint boxes */ " + "\n" +
+ "background-color: yellow;" + "\n" +
+ "border: 1px solid #E3BE23;" + "\n" +
+ "}" + "\n\n" +
+ "#vimiumHintMarkerContainer .vimiumHintMarker span {" + "\n" +
+ "/* linkhint text */ " + "\n" +
+ "color: black;" + "\n" +
+ "font-weight: bold;" + "\n" +
+ "font-size: 12px;" + "\n" +
+ "}" + "\n\n" +
+ "#vimiumHintMarkerContainer .vimiumHintMarker > .matchingCharacter {" + "\n" +
+ "}",
+
excludedUrls: "http*://mail.google.com/*\n" +
"http*://www.google.com/reader/*\n",