diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2004-02-19 20:35:25 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2004-02-19 20:35:25 +0000 |
commit | 91d32237277c9a613647d27f98292c88e087db97 (patch) | |
tree | 912d1c371659ba30146f1803f49020e2ee805a82 | |
parent | 6248a26783c66202f7dc2cc5c08b33c04374b0d2 (diff) | |
download | brdo-91d32237277c9a613647d27f98292c88e087db97.tar.gz brdo-91d32237277c9a613647d27f98292c88e087db97.tar.bz2 |
- Another inccorect path.
-rw-r--r-- | themes/chameleon/marvin/chameleon.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/chameleon/marvin/chameleon.css b/themes/chameleon/marvin/chameleon.css index c1f27e4b3..0c6eb9d09 100644 --- a/themes/chameleon/marvin/chameleon.css +++ b/themes/chameleon/marvin/chameleon.css @@ -78,7 +78,7 @@ table { padding: 0.5em; } .item-list ul li { - list-style-image: url(marvin/bullet.png); + list-style-image: url(bullet.png); } .path, .path a, .path a:visited { color: #888; |