]> git.wh0rd.org - tt-rss.git/commitdiff
increase main reading font to 15px and set line-height to 1.5
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 29 Jan 2014 17:05:04 +0000 (21:05 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 29 Jan 2014 17:05:04 +0000 (21:05 +0400)
css/cdm.css
css/tt-rss.css

index b8c763b316143af00d0c812917cf30fff3fab7c5..c4f9111c9173fcd9f7ba67026d75edc4976698a9 100644 (file)
@@ -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 {
index 6f8191b4d6c4a5be50dae83e82cf3143dc96ab29..016d3d5667a2be5e6f9eb74845c481348cb88f14 100644 (file)
@@ -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 {