diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-08-28 07:56:21 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-08-28 07:56:21 +0000 |
commit | 3c30ae67152c200d2addfbd1ca546122ce363d99 (patch) | |
tree | 9a3e3f6ffcaade1a70e374e0c05d152d6d0ac2e1 /modules/system | |
parent | 1d0dbfde6ec3ea89ef64023ff241bba2ab0a4549 (diff) | |
download | brdo-3c30ae67152c200d2addfbd1ca546122ce363d99.tar.gz brdo-3c30ae67152c200d2addfbd1ca546122ce363d99.tar.bz2 |
- Patch #80979 by stefan/ma3vrck: move colors from admin.css to themes.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/admin.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/system/admin.css b/modules/system/admin.css index ebb591f3f..d16308c3c 100644 --- a/modules/system/admin.css +++ b/modules/system/admin.css @@ -9,12 +9,10 @@ div.admin-panel { div.admin-panel .description { margin: 0 0 3px; padding: 2px 0 3px 0; - color: #999; } div.admin-panel .body { padding: 0 4px 2px 8px; - background-color: #f4f4f4; line-height: 1.2em; } |