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/node | |
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/node')
-rw-r--r-- | modules/node/node.css | 1 |
1 files changed, 1 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%; |