From 3dbc931ae93a00c5b26db6b587ff0dc044162c3c Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 1 Mar 2009 14:16:27 +0100 Subject: Highlight the currently displayed feed on the feed list. --- public/layout.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public') diff --git a/public/layout.css b/public/layout.css index 2b47eb3..60ff240 100644 --- a/public/layout.css +++ b/public/layout.css @@ -26,6 +26,11 @@ h1 { } +.active-feed-name { + font-weight: bold; + font-stretch: wider; +} + body { /* width: 80%; */ margin: 10px; -- cgit v1.2.3