From: Andrew Dolgov Date: Wed, 29 Jan 2014 17:05:04 +0000 (+0400) Subject: increase main reading font to 15px and set line-height to 1.5 X-Git-Tag: 1.12~62 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=d2cd36fb52af4e8809b8899b7bfa920eaa505769 increase main reading font to 15px and set line-height to 1.5 --- diff --git a/css/cdm.css b/css/cdm.css index b8c763b3..c4f9111c 100644 --- a/css/cdm.css +++ b/css/cdm.css @@ -52,7 +52,8 @@ div.cdmHeader input { div.cdmContentInner { margin : 10px; - line-height : 20px; + line-height : 1.5; + font-size : 15px; } div.cdmContentInner img { @@ -68,7 +69,7 @@ div.cdmContentInner h1 { div.cdmContentInner h2, div.cdmContentInner h3, div.cdmContentInner h4 { - font-size : 14px; + font-size : 15px; } div.cdmFooter { diff --git a/css/tt-rss.css b/css/tt-rss.css index 6f8191b4..016d3d56 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -856,7 +856,8 @@ div.fatalError textarea { padding : 0px; border-color : #ddd; border-width : 0px; - line-height: 20px; + line-height: 1.5; + font-size : 15px; overflow : auto; } @@ -958,7 +959,7 @@ div.postContent h1 { div.postContent h2, div.postContent h3, div.postContent h4 { - font-size : 14px; + font-size : 15px; } div.postContent p {