style h4, h5 and h6 for heise.de title fixes

This commit is contained in:
Bernhard Posselt 2014-10-04 19:44:02 +02:00
Родитель f52bce1b44
Коммит 1d22c4ce5c
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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;
}