diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-04 03:27:11 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-04 03:27:11 +0000 |
commit | a4733d86c9c969a036d0705700351bccc9bc7f56 (patch) | |
tree | 565e94bd058cc01fa800eb8ad2dfd41bba0e3c1e /modules/system | |
parent | cefe98d2f33e7c1131faa0a569ca19f50e70b5ea (diff) | |
download | brdo-a4733d86c9c969a036d0705700351bccc9bc7f56.tar.gz brdo-a4733d86c9c969a036d0705700351bccc9bc7f56.tar.bz2 |
#356240 by stBorchert: Fix phantom list bullets from appearing in Garland admin pages.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index 81f625f86..202a620d3 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -284,6 +284,7 @@ ul.secondary a.active { margin: 0; padding: 0; list-style: none; + list-style-image: none; } #autocomplete li { background: #fff; |