From d6ac98a53b59c7baacae3733dbf2f1b8f27de77f Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 27 Dec 2010 17:20:06 +0100 Subject: [PATCH] Add style for RSS --- static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index cefc75ec..154fff5b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -50,4 +50,8 @@ color: #a40000; .note { background: #eeeeec url(img/radicale_back.png) 20% 60% no-repeat; -} \ No newline at end of file +} + +#rss { +background-color: #a40000; +}