]> git.wh0rd.org - tt-rss.git/commitdiff
reduce size of h1,2,3 elements inside article content
authorAndrew Dolgov <noreply@fakecake.org>
Tue, 28 Jan 2014 20:04:36 +0000 (00:04 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Tue, 28 Jan 2014 20:04:36 +0000 (00:04 +0400)
css/cdm.css
css/tt-rss.css

index eb4a2243ca216e63a305c4d0002985753ac5def1..560c68fdde9e13a9772a03e14bf0e5770b4a0490 100644 (file)
@@ -61,6 +61,15 @@ div.cdmContentInner img {
        height : auto;
 }
 
+div.cdmContentInner h1 {
+       font-size : 16px;
+}
+
+div.cdmContentInner h2,
+div.cdmContentInner h3 {
+       font-size : 14px;
+}
+
 div.cdmFooter {
        padding : 5px;
        font-weight : normal;
index 5067809088ff6df921ab626517466b2ad8dda798..61c1db0d86c1137a78ebdfd640b479dad4de893c 100644 (file)
@@ -943,6 +943,15 @@ span.collapseBtn {
        cursor : pointer;
 }
 
+div.postContent h1 {
+       font-size : 16px;
+}
+
+div.postContent h2,
+div.postContent h3 {
+       font-size : 14px;
+}
+
 div.postContent p {
        max-width : 650px;
        -webkit-hyphens: auto;