Reduced padding above first heading
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 19 Jun 2009 18:59:13 +0000 (18:59 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 19 Jun 2009 18:59:13 +0000 (18:59 +0000)
skins/vector/main.css

index 0546592..cb23cf8 100644 (file)
@@ -1187,7 +1187,9 @@ table.small {
        margin-bottom: .3em;
 }
 #firstHeading {
-       margin-bottom: .1em;
+       margin-top: 0;
+       padding-top: 0;
+       margin-bottom: 0.1em;
        line-height: 1.2em;
        padding-bottom: 0;
 }