tweak zoomed display date/tags a bit
This commit is contained in:
parent
e1f1857d95
commit
d2d6c8dbb2
|
@ -1020,12 +1020,17 @@ body#ttrssZoom {
|
||||||
|
|
||||||
body#ttrssZoom div.postHeader div.postDate {
|
body#ttrssZoom div.postHeader div.postDate {
|
||||||
float : none;
|
float : none;
|
||||||
text-align : left;
|
text-align : right;
|
||||||
padding-left : 0px;
|
padding-left : 0px;
|
||||||
color : #777;
|
color : #777;
|
||||||
font-size : 10px;
|
font-size : 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body#ttrssZoom div.postHeader div.postTags {
|
||||||
|
color : #777;
|
||||||
|
font-size : 10px;
|
||||||
|
}
|
||||||
|
|
||||||
body#ttrssZoom div.postHeader div.postTitle {
|
body#ttrssZoom div.postHeader div.postTitle {
|
||||||
white-space : normal;
|
white-space : normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue