From b4eff716b2d515a32d71813de872529d827df71d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 29 Jan 2014 00:04:36 +0400 Subject: reduce size of h1,2,3 elements inside article content --- css/tt-rss.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'css/tt-rss.css') diff --git a/css/tt-rss.css b/css/tt-rss.css index 506780908..61c1db0d8 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; -- cgit v1.2.3-54-g00ecf