From: Andrew Dolgov Date: Tue, 28 Jan 2014 20:04:36 +0000 (+0400) Subject: reduce size of h1,2,3 elements inside article content X-Git-Tag: 1.12~74 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b4eff716b2d515a32d71813de872529d827df71d;p=tt-rss.git reduce size of h1,2,3 elements inside article content --- diff --git a/css/cdm.css b/css/cdm.css index eb4a2243..560c68fd 100644 --- a/css/cdm.css +++ b/css/cdm.css @@ -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; diff --git a/css/tt-rss.css b/css/tt-rss.css index 50678090..61c1db0d 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -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;