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 | |
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')
-rw-r--r-- | modules/node/node.css | 1 | ||||
-rw-r--r-- | modules/system/system.css | 1 | ||||
-rw-r--r-- | modules/user/user.css | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/modules/node/node.css b/modules/node/node.css index ab5a6a18b..6c34e2101 100644 --- a/modules/node/node.css +++ b/modules/node/node.css @@ -8,6 +8,7 @@ } #node-admin-filter ul { list-style-type: none; + list-style-image: none; padding: 0; margin: 0; width: 100%; 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; diff --git a/modules/user/user.css b/modules/user/user.css index 513eb7117..1a55b4fc5 100644 --- a/modules/user/user.css +++ b/modules/user/user.css @@ -14,6 +14,7 @@ } #user-admin-filter ul { list-style-type: none; + list-style-image: none; padding: 0; margin: 0; width: 100%; |