]> git.wh0rd.org - tt-rss.git/commitdiff
update zoom.css to bring it in line with the rest of font changes
authorAndrew Dolgov <noreply@fakecake.org>
Fri, 7 Feb 2014 21:36:50 +0000 (01:36 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Fri, 7 Feb 2014 21:36:50 +0000 (01:36 +0400)
css/zoom.css

index aa1e39f45eb5501bcfc24e5fcfc426eb2816be24..2bd3c07037161cdec634ff14eb8e166b9ec146c8 100644 (file)
@@ -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;