From d26711ec7f43e59aeeaed55df4b8257f3b620e1e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 22 Dec 2003 15:27:13 +0000 Subject: - Improvement: made it so that by default, images have no borders. --- misc/drupal.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/drupal.css b/misc/drupal.css index 1aef606a1..4b85c5bd1 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -13,6 +13,9 @@ fieldset { margin-bottom: 1em; padding: .5em; } +img { + border: 0; +} #tracker table { border-collapse: collapse; } @@ -142,9 +145,6 @@ fieldset { padding-left: 0.25em; clear: right; } -.item-list .icon img { - border: 0; -} .item-list .icon a { color: #000; text-decoration: none; @@ -338,4 +338,4 @@ td.watchdog-error { hr { height: 1px; border: 1px solid gray; -} \ No newline at end of file +} -- cgit v1.2.3