diff options
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 { |