diff options
author | portix <none@none> | 2012-12-22 18:16:22 +0100 |
---|---|---|
committer | portix <none@none> | 2012-12-22 18:16:22 +0100 |
commit | 7f198e7deff463210ed44251fc03c449261f2002 (patch) | |
tree | 05990915167666310c3f7b8e153f44281cbcd7b3 /scripts | |
parent | 928477c7b53aaf639d65a75a20c35514459fd4bf (diff) | |
download | dwb-7f198e7deff463210ed44251fc03c449261f2002.zip |
Fixing wrong font size for hint-urls.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/base.js | 2 |
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); |