prefs style tweak
This commit is contained in:
parent
b8892abfc8
commit
64029210a9
10
tt-rss.css
10
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;
|
||||
|
|
Loading…
Reference in New Issue