From: Andrew Dolgov Date: Fri, 7 Feb 2014 21:36:50 +0000 (+0400) Subject: update zoom.css to bring it in line with the rest of font changes X-Git-Tag: 1.12~54 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bad135bdd6712713044e4eab24f2d11552068079;p=tt-rss.git update zoom.css to bring it in line with the rest of font changes --- diff --git a/css/zoom.css b/css/zoom.css index aa1e39f4..2bd3c070 100644 --- a/css/zoom.css +++ b/css/zoom.css @@ -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;