From ad94d5bf0987f7f36bf8371fda5fb5dd6d374972 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 8 Jan 2007 12:17:43 +0000 Subject: [PATCH] Added back missing style for index subscription links --- theme/standard/styles_layout.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.39.5