diff options
author | gorhill <rhill@raymondhill.net> | 2015-04-07 12:05:38 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-04-07 12:05:38 -0400 |
commit | f067a95e014c8edf4b83f287e0c67dad791da107 (patch) | |
tree | 92735c7841029b8cfbf733fb94cc1a8cc99aa4c7 /src/css/dashboard.css | |
parent | 7961c4198676d82e17c8ac189dc2204d02642b94 (diff) | |
download | uBlock-f067a95e014c8edf4b83f287e0c67dad791da107.zip uBlock-f067a95e014c8edf4b83f287e0c67dad791da107.tar.gz uBlock-f067a95e014c8edf4b83f287e0c67dad791da107.tar.bz2 |
bit of cleanup re. css `font`
Diffstat (limited to 'src/css/dashboard.css')
-rw-r--r-- | src/css/dashboard.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/css/dashboard.css b/src/css/dashboard.css index 1c24548..60be1b7 100644 --- a/src/css/dashboard.css +++ b/src/css/dashboard.css @@ -2,18 +2,18 @@ html, body { margin: 0; border: 0; padding: 0; - font: 15px httpsb,sans-serif; position: relative; width: 100%; height: 100%; overflow: hidden; } #dashboard-nav { - margin: 0; border: 0; + font-size: 16px; + margin: 0; padding: 0; - width: 100%; top: 0; + width: 100%; z-index: 10; } #dashboard-nav-widgets { |