diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2008-12-19 06:10:45 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-19 06:10:45 +0000 |
| commit | 12e9c136f2731ad2f24d79344971fc2e34bb9772 (patch) | |
| tree | c4c884ce43104cdbe5dbca7044977c81ed9d9cdb /themes/admin_default/css | |
| parent | 5d2b1ae05697e0326bd7076b4906d59ad98e9ba6 (diff) | |
Add a bit more space under gHeader.
Diffstat (limited to 'themes/admin_default/css')
| -rw-r--r-- | themes/admin_default/css/screen.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 7d43f58f..d95610c5 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -15,3 +15,13 @@ #gPhotoStream .gBlockContent { overflow: scroll; } + +#gSiteAdminMenu { + border-bottom: 1px solid #ccc; + font-size: 1.2em; + padding: 0 20px 0; +} + +#gSiteAdminMenu ul { + margin-bottom: 0; +} |
