Remove superfluous lines.
authorJan Schneider <jan@horde.org>
Thu, 12 Aug 2010 17:42:18 +0000 (19:42 +0200)
committerJan Schneider <jan@horde.org>
Thu, 12 Aug 2010 17:45:00 +0000 (19:45 +0200)
horde/lib/Block/weatherdotcom.php
mnemo/themes/screen.css

index 7c36d03..459099b 100644 (file)
@@ -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 . '<div class="rightAlign linedRow">' .
+        return $html . '<div class="rightAlign">' .
             _("Weather data provided by") . ' ' .
             Horde::link(Horde::externalUrl('http://www.weather.com/?prod=xoap&amp;par=' .
                         $weatherDotCom->_partnerID),
index 64ca1a3..7fa005d 100644 (file)
@@ -12,6 +12,9 @@
     white-space: normal;
     overflow: auto;
 }
+.headerbox .noteBody {
+    border-top-width: 0;
+}
 
 .noteArea {
     padding: 10px;