summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-04 19:44:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-04 19:44:02 +0200
commit1d22c4ce5c8b8940bc44a24add493b5d7ba41cd9 (patch)
tree5edcbb2105d6e44de088ffe8f659defd6093b838 /css
parentf52bce1b4457d01ee2f2626b5de95acb087b6430 (diff)
style h4, h5 and h6 for heise.de title fixes
Diffstat (limited to 'css')
-rw-r--r--css/content.css6
1 files changed, 6 insertions, 0 deletions
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;
}