summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/drupal.css8
1 files 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
+}