tweak zoomed display date/tags a bit

This commit is contained in:
Andrew Dolgov 2013-08-27 15:09:48 +04:00
parent e1f1857d95
commit d2d6c8dbb2
1 changed files with 6 additions and 1 deletions

View File

@ -1020,12 +1020,17 @@ body#ttrssZoom {
body#ttrssZoom div.postHeader div.postDate {
float : none;
text-align : left;
text-align : right;
padding-left : 0px;
color : #777;
font-size : 10px;
}
body#ttrssZoom div.postHeader div.postTags {
color : #777;
font-size : 10px;
}
body#ttrssZoom div.postHeader div.postTitle {
white-space : normal;
}