tweak ttrssZoom display
This commit is contained in:
parent
ceb7847108
commit
5203901036
|
@ -972,6 +972,7 @@ div.postHeader span.author {
|
||||||
body#ttrssZoom {
|
body#ttrssZoom {
|
||||||
margin-left : auto;
|
margin-left : auto;
|
||||||
margin-right : auto;
|
margin-right : auto;
|
||||||
|
padding : 2em;
|
||||||
max-width : 800px;
|
max-width : 800px;
|
||||||
background : #f0f0f0;
|
background : #f0f0f0;
|
||||||
}
|
}
|
||||||
|
@ -982,7 +983,6 @@ body#ttrssZoom div.postContent p {
|
||||||
|
|
||||||
body#ttrssZoom div.postReply {
|
body#ttrssZoom div.postReply {
|
||||||
border : 1px solid #ccc;
|
border : 1px solid #ccc;
|
||||||
margin : 20px;
|
|
||||||
box-shadow : 0px 0px 3px #ccc;
|
box-shadow : 0px 0px 3px #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue