diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-07 19:50:31 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-07 19:50:31 +0000 |
commit | 65881f1cdb1d06b63d6435f945f8aae0864ba366 (patch) | |
tree | 172d67a8964120fcf14270fcc2370ce8d68d3631 | |
parent | 829192d5684e0a610638284cb20220f08746ca53 (diff) | |
download | brdo-65881f1cdb1d06b63d6435f945f8aae0864ba366.tar.gz brdo-65881f1cdb1d06b63d6435f945f8aae0864ba366.tar.bz2 |
#101523: Fix menu indentation after conditional CSS patch
-rw-r--r-- | modules/block/block.css | 4 | ||||
-rw-r--r-- | modules/system/system.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/block/block.css b/modules/block/block.css index 1ff1b76ee..348c4f1f2 100644 --- a/modules/block/block.css +++ b/modules/block/block.css @@ -12,7 +12,3 @@ margin-bottom: 4px; padding: 3px; } -.block ul { - margin: 0; - padding: 0 0 0.25em 1em; -} diff --git a/modules/system/system.css b/modules/system/system.css index 7492a32e0..0d516823e 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -202,6 +202,10 @@ ul.links li { list-style-type: none; padding: 0 0.5em; } +.block ul { + margin: 0; + padding: 0 0 0.25em 1em; +} /* ** Tab navigation |