diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-23 02:11:17 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-05-23 02:11:17 +0000 |
commit | f2837eed28bbe897ad41bf7b1d5fced6a66b8c84 (patch) | |
tree | a77f5e1fc9173a4380973cc5b2428525fea34577 /misc | |
parent | a2a5c4c11792889ca3b213199a8e71f40eb1bc38 (diff) | |
download | brdo-f2837eed28bbe897ad41bf7b1d5fced6a66b8c84.tar.gz brdo-f2837eed28bbe897ad41bf7b1d5fced6a66b8c84.tar.bz2 |
#60453 by Flanker, CSS cleanup.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 3e630e545..3c91e81d2 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -83,7 +83,7 @@ td.menu-disabled { padding-bottom: .5em } .block-region { - background-color: #ffff66; + background-color: #ff6; margin-top: 4px; margin-bottom: 4px; padding: 3px; @@ -398,7 +398,7 @@ dl.multiselect .form-item { } .profile { clear: both; - margin: 1em 0 1em 0; + margin: 1em 0; } .profile .picture { float: right; @@ -540,7 +540,7 @@ ul.primary li a:hover { } ul.secondary { border-bottom: 1px solid #bbb; - padding: 0.5em 1em 0.5em 1em; + padding: 0.5em 1em; margin: 5px; } ul.secondary li { |