tweak ttrssZoom display

This commit is contained in:
Andrew Dolgov 2013-04-01 18:14:24 +04:00
parent ceb7847108
commit 5203901036
1 changed files with 1 additions and 1 deletions

View File

@ -972,6 +972,7 @@ div.postHeader span.author {
body#ttrssZoom {
margin-left : auto;
margin-right : auto;
padding : 2em;
max-width : 800px;
background : #f0f0f0;
}
@ -982,7 +983,6 @@ body#ttrssZoom div.postContent p {
body#ttrssZoom div.postReply {
border : 1px solid #ccc;
margin : 20px;
box-shadow : 0px 0px 3px #ccc;
}