From 79c350be465a19b7da7d097866c3ccb6d869e536 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 12 Aug 2010 19:41:55 +0200 Subject: [PATCH] Tweak style. --- horde/lib/Block/twitter_timeline.php | 4 ++-- horde/themes/screen.css | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/horde/lib/Block/twitter_timeline.php b/horde/lib/Block/twitter_timeline.php index cdcb7115c..90e23b2e2 100644 --- a/horde/lib/Block/twitter_timeline.php +++ b/horde/lib/Block/twitter_timeline.php @@ -159,7 +159,7 @@ EOT; $latestStatus = htmlspecialchars($this->_profile->status->text, ENT_COMPAT, $GLOBALS['registry']->getCharset()); /* Build the UI */ - $html = '
' + $html = '
' . '
' . '' . _("Tweet") . '140 ' . Horde::img('loading.gif', '', array('id' => $instance . '_loading', 'style' => 'display:none;')); @@ -167,7 +167,7 @@ EOT; $html .= '
'; $filter = $GLOBALS['injector']->getInstance('Horde_Text_Filter')->getFilter('Text2html', array('parselevel' => Horde_Text_Filter_Text2html::MICRO)); $html .= '
'; - $html .= ''; + $html .= '
'; $html .= '
'; return $html; diff --git a/horde/themes/screen.css b/horde/themes/screen.css index 6fba38003..7b6b7c045 100644 --- a/horde/themes/screen.css +++ b/horde/themes/screen.css @@ -1208,7 +1208,6 @@ div.GrowlerNoticeExit:hover { } .fbgetmore { text-align: center; - font-style: italic; } .fbcurrent { font-style: italic; -- 2.11.0