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 /modules/system | |
parent | 829192d5684e0a610638284cb20220f08746ca53 (diff) | |
download | brdo-65881f1cdb1d06b63d6435f945f8aae0864ba366.tar.gz brdo-65881f1cdb1d06b63d6435f945f8aae0864ba366.tar.bz2 |
#101523: Fix menu indentation after conditional CSS patch
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 |