From 1d22c4ce5c8b8940bc44a24add493b5d7ba41cd9 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 4 Oct 2014 19:44:02 +0200 Subject: style h4, h5 and h6 for heise.de title fixes --- css/content.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'css') diff --git a/css/content.css b/css/content.css index 19bf67dde..f04063722 100644 --- a/css/content.css +++ b/css/content.css @@ -428,6 +428,12 @@ text-decoration: underline; } + #app-content .body h4, + #app-content .body h5, + #app-content .body h6 { + font-weight: bold; + } + #app-content .body > div { margin: 7px 0; } -- cgit v1.2.3