From b4eff716b2d515a32d71813de872529d827df71d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 29 Jan 2014 00:04:36 +0400 Subject: [PATCH] reduce size of h1,2,3 elements inside article content --- css/cdm.css | 9 +++++++++ css/tt-rss.css | 9 +++++++++ 2 files changed, 18 insertions(+) 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; -- 2.39.2