]> git.wh0rd.org - tt-rss.git/blobdiff - css/cdm.css
increase main reading font to 15px and set line-height to 1.5
[tt-rss.git] / css / cdm.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 {