1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

tweak the zoomed article a little bit

This commit is contained in:
Andrew Dolgov
2013-07-31 01:22:13 +04:00
parent 491ef97072
commit f035e6dc82
2 changed files with 15 additions and 3 deletions

View File

@@ -382,7 +382,7 @@ span.hlLabelRef {
div.postHeader div.postDate {
text-align : right;
color : #555;
color : #909090;
float : right;
}
@@ -1014,10 +1014,18 @@ body#ttrssZoom {
margin-left : auto;
margin-right : auto;
padding : 20px;
max-width : 800px;
max-width : 670px;
background : #f9fbff;
}
body#ttrssZoom div.postHeader div.postDate {
float : none;
text-align : left;
padding-left : 0px;
color : #777;
font-size : 10px;
}
body#ttrssZoom div.postContent p {
max-width : 650px;
text-align : justify;