improve zoomed post content css

This commit is contained in:
Andrew Dolgov
2013-03-24 20:22:16 +04:00
parent 480d358c5f
commit b87a625c38
2 changed files with 18 additions and 2 deletions

View File

@@ -1204,3 +1204,19 @@ div.postHeader span.author {
font-size : 11px;
font-weight : normal;
}
body#ttrssZoom {
margin-left : auto;
margin-right : auto;
max-width : 650px;
background : #f0f0f0;
}
body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader {
background-color : white;
}
body#ttrssZoom div.footer {
margin-top : 1em;
text-align : center;
}