|
|
|
@ -10,13 +10,13 @@ body#ttrssZoom div.postHeader div.postFeedTitle {
|
|
|
|
|
float : left;
|
|
|
|
|
text-align : right;
|
|
|
|
|
padding-left : 0px;
|
|
|
|
|
font-size : 10px;
|
|
|
|
|
font-size : 11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body#ttrssZoom div.postHeader a.postComments {
|
|
|
|
|
text-align : right;
|
|
|
|
|
padding-left : 0px;
|
|
|
|
|
font-size : 10px;
|
|
|
|
|
font-size : 11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body#ttrssZoom div.postHeader div.postDate {
|
|
|
|
@ -24,12 +24,12 @@ body#ttrssZoom div.postHeader div.postDate {
|
|
|
|
|
text-align : right;
|
|
|
|
|
padding-left : 0px;
|
|
|
|
|
color : #777;
|
|
|
|
|
font-size : 10px;
|
|
|
|
|
font-size : 11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body#ttrssZoom div.postHeader div.postTags {
|
|
|
|
|
color : #777;
|
|
|
|
|
font-size : 10px;
|
|
|
|
|
font-size : 11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body#ttrssZoom div.postHeader div.postTitle {
|
|
|
|
@ -37,6 +37,11 @@ body#ttrssZoom div.postHeader div.postTitle {
|
|
|
|
|
font-size : 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body#ttrssZoom div.postContent {
|
|
|
|
|
font-size : 15px;
|
|
|
|
|
line-height : 1.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body#ttrssZoom div.postContent p {
|
|
|
|
|
max-width : 650px;
|
|
|
|
|
-webkit-hyphens: auto;
|
|
|
|
|