From: Andrew Dolgov Date: Tue, 16 Nov 2010 13:08:15 +0000 (+0300) Subject: prefs style tweak X-Git-Tag: 1.5.0~198 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=64029210a907797fe2870e213fa605add26a83f3;p=tt-rss.git prefs style tweak --- diff --git a/tt-rss.css b/tt-rss.css index e1623444..f1a73163 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -6,6 +6,16 @@ body#ttrssMain, body#ttrssPrefs { font-family : "Lucida Grande", Arial, sans-serif; } +body#ttrssPrefs { + background-color : #ecf4ff; +} + +body#ttrssPrefs #footer, body#ttrssPrefs #header { + background-color : #ecf4ff; + padding-left : 5px; + padding-right : 5px; +} + blockquote { margin : 0px; border-width : 0px 0px 0px 8px;