css: header tweaks
This commit is contained in:
parent
c0f215b0e2
commit
e243d2c391
1 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@ body#ttrssPrefs {
|
||||||
|
|
||||||
body#ttrssPrefs #footer, body#ttrssPrefs #header {
|
body#ttrssPrefs #footer, body#ttrssPrefs #header {
|
||||||
background-color : #ecf4ff;
|
background-color : #ecf4ff;
|
||||||
padding-left : 5px;
|
padding-left : 8px;
|
||||||
padding-right : 5px;
|
padding-right : 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
@ -1485,7 +1485,7 @@ div.fatalError textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
padding : 4px;
|
padding : 4px 8px 0px 8px;
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue