summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorportix <none@none>2012-12-22 18:16:22 +0100
committerportix <none@none>2012-12-22 18:16:22 +0100
commit7f198e7deff463210ed44251fc03c449261f2002 (patch)
tree05990915167666310c3f7b8e153f44281cbcd7b3 /scripts
parent928477c7b53aaf639d65a75a20c35514459fd4bf (diff)
downloaddwb-7f198e7deff463210ed44251fc03c449261f2002.zip
Fixing wrong font size for hint-urls.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/base.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/base.js b/scripts/base.js
index 9a8403cd..e9f45fc5 100644
--- a/scripts/base.js
+++ b/scripts/base.js
@@ -470,7 +470,7 @@ Object.freeze((function () {
"border-top:1px solid #555;" +
"padding-right:2px;" +
"border-radius:0px 5px 0px 0px;letter-spacing:0px;background:" + globals.bgColor + ";" +
- "color:" + globals.fgColor + ";font:" + globals.font + ";font-size:" + globals.fontSize + ";";
+ "color:" + globals.fgColor + ";font:" + globals.font + ";";
globals.notify.id = "dwb_hint_notifier";
document.body.appendChild(globals.notify);