From 2edb978db35e3840a77b28f75abb666f0228870f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Jun 2003 19:41:15 +0000 Subject: - Bugfix: fixed glitch with "blog it" images. Patch #15 by Al. --- misc/drupal.css | 1 + modules/aggregator.module | 2 +- modules/aggregator/aggregator.module | 2 +- modules/import.module | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/misc/drupal.css b/misc/drupal.css index 9c176684b..38cb8b1a8 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -39,6 +39,7 @@ th { text-align: left; padding-right: 1em; border-bottom: .form-submit { margin: 0.5em 0; } .item-list .icon { color: #555; float: right; padding-left: 0.25em; clear: right; } +.item-list .icon img { border: 0; } .item-list .icon a { color: #000; text-decoration: none; } .item-list .icon a:hover { color: #000; text-decoration: none; } .item-list .title { font-weight: bold; } diff --git a/modules/aggregator.module b/modules/aggregator.module index 2b80d20c9..bed70896e 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -71,7 +71,7 @@ function import_format_item($item, $feed = 0) { global $user; if ($user->uid && user_access("maintain personal blog")) { - $output .= "
". l("\"".", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it")) ."
"; + $output .= "
". l("\"".", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it")) ."
"; } // external link diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 2b80d20c9..bed70896e 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -71,7 +71,7 @@ function import_format_item($item, $feed = 0) { global $user; if ($user->uid && user_access("maintain personal blog")) { - $output .= "
". l("\"".", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it")) ."
"; + $output .= "
". l("\"".", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it")) ."
"; } // external link diff --git a/modules/import.module b/modules/import.module index 2b80d20c9..bed70896e 100644 --- a/modules/import.module +++ b/modules/import.module @@ -71,7 +71,7 @@ function import_format_item($item, $feed = 0) { global $user; if ($user->uid && user_access("maintain personal blog")) { - $output .= "
". l("\"".", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it")) ."
"; + $output .= "
". l("\"".", "node/add/blog&iid=$item->iid", array("title" => t("Comment on this news item in your personal blog."), "class" => "blog-it")) ."
"; } // external link -- cgit v1.2.3