aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/dashboard.css
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-04-07 12:05:38 -0400
committergorhill <rhill@raymondhill.net>2015-04-07 12:05:38 -0400
commitf067a95e014c8edf4b83f287e0c67dad791da107 (patch)
tree92735c7841029b8cfbf733fb94cc1a8cc99aa4c7 /src/css/dashboard.css
parent7961c4198676d82e17c8ac189dc2204d02642b94 (diff)
downloaduBlock-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.css6
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 {