summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-16 16:08:15 +0300
committerAndrew Dolgov <[email protected]>2010-11-16 16:08:15 +0300
commit64029210a907797fe2870e213fa605add26a83f3 (patch)
tree62e1c57f7740827c8a2280b6b7323140b4209f9a /tt-rss.css
parentb8892abfc861c92c04a6e3fa07e131113333a4ba (diff)
prefs style tweak
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e1623444e..f1a731639 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;