aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-03-01 14:16:27 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-03-01 14:16:27 +0100
commit3dbc931ae93a00c5b26db6b587ff0dc044162c3c (patch)
tree47a41deb0f0cc319a01fbdf8c0d88b826f1f5640 /public
parent4995e3901f80bf22e5e811a85698d1fd34bd2df4 (diff)
Highlight the currently displayed feed on the feed list.
Diffstat (limited to 'public')
-rw-r--r--public/layout.css5
1 files changed, 5 insertions, 0 deletions
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;