From 5b645b46220e993a6247bef2bbfb7497860f978f Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 12 Aug 2010 19:42:18 +0200 Subject: [PATCH] Remove superfluous lines. --- horde/lib/Block/weatherdotcom.php | 2 +- mnemo/themes/screen.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/horde/lib/Block/weatherdotcom.php b/horde/lib/Block/weatherdotcom.php index 7c36d03f6..459099ba3 100644 --- a/horde/lib/Block/weatherdotcom.php +++ b/horde/lib/Block/weatherdotcom.php @@ -425,7 +425,7 @@ class Horde_Block_Horde_weatherdotcom extends Horde_Block // Display a bar at the bottom of the block with the required // attribution to weather.com and the logo, both linked to // weather.com with the partner ID. - return $html . '
' . + return $html . '
' . _("Weather data provided by") . ' ' . Horde::link(Horde::externalUrl('http://www.weather.com/?prod=xoap&par=' . $weatherDotCom->_partnerID), diff --git a/mnemo/themes/screen.css b/mnemo/themes/screen.css index 64ca1a31c..7fa005d8b 100644 --- a/mnemo/themes/screen.css +++ b/mnemo/themes/screen.css @@ -12,6 +12,9 @@ white-space: normal; overflow: auto; } +.headerbox .noteBody { + border-top-width: 0; +} .noteArea { padding: 10px; -- 2.11.0