From: moodler Date: Mon, 8 Jan 2007 12:17:43 +0000 (+0000) Subject: Added back missing style for index subscription links X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ad94d5bf0987f7f36bf8371fda5fb5dd6d374972;p=moodle.git Added back missing style for index subscription links --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index d9202f6c21..bd5e1d788a 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2174,6 +2174,12 @@ body#mod-forum-search .introcontent { white-space: nowrap; } +#mod-forum-index .subscription { + float: right; + text-align:right; + white-space: nowrap; +} + #mod-forum-view .unread { padding-left: 3px; padding-right: 3px;