]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
h5 and h6 don't need margin-bottom methinks
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 16 Mar 2016 23:31:32 +0000 (00:31 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 16 Mar 2016 23:31:32 +0000 (00:31 +0100)
theme/base/css/display.css

index 03c1544b4dd1ee19b280b80e894c421ed403db20..19ff81407d79e214c2b2c9542f7de052bf1b3a42 100644 (file)
@@ -48,9 +48,13 @@ a img {
     text-decoration: none;
 }
 
-h1, h2, h3, h4, h5, h6 {
+h1, h2, h3, h4 {
     font-weight: normal;
-    margin-bottom: 15px;
+    margin-bottom: 1ex;
+}
+h5, h6 {
+    font-weight: normal;
+    margin-bottom: 0;
 }
 
 h1 {font-size: 2.0em;}