]> arthur.barton.de Git - ngircd-web.git/commitdiff
Adjust H4 margins
authorAlexander Barton <alex@barton.de>
Wed, 3 Sep 2014 09:04:57 +0000 (11:04 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 3 Sep 2014 09:04:57 +0000 (11:04 +0200)
common/styles.css

index 0b870b4a712816782660e1ebeb412c56b3bf6bb2..e2e945ca2594afff17cef96b5ae8a12239b0eaba 100644 (file)
@@ -92,10 +92,14 @@ ul.nav li a:hover {
 
 /* @group Content */
 
-h2,h3,h4 {
+h2,h3 {
        margin: 1.5em 0 0.2em 0;
 }
 
+h4 {
+       margin: 1em 0 0 0;
+}
+
 div#content {
        margin: 0.2em 3em;
 }