]> 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 560c68fdde9e13a9772a03e14bf0e5770b4a0490..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 {
@@ -66,8 +67,9 @@ div.cdmContentInner h1 {
 }
 
 div.cdmContentInner h2,
-div.cdmContentInner h3 {
-       font-size : 14px;
+div.cdmContentInner h3,
+div.cdmContentInner h4 {
+       font-size : 15px;
 }
 
 div.cdmFooter {
@@ -199,7 +201,7 @@ div.cdm.active div.cdmContent {
 
 span.cdmExcerpt {
        font-size : 11px;
-       color : #555;
+       color : #999;
        font-weight : normal;
        cursor : pointer;
 }