Resolved excessive padding of first heading in content area
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 30 Jun 2009 21:20:30 +0000 (21:20 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 30 Jun 2009 21:20:30 +0000 (21:20 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 3c420c3..b8e64ee 100644 (file)
@@ -784,11 +784,7 @@ table.small {
 #content h3, #content h4, #content h5 {
        margin-bottom: .3em;
 }
-div.firstHeading {
-       padding-top: 0;
-       margin-top: 0;
-}
-div.firstHeading h1 {
+h1#firstHeading {
        padding-top: 0;
        margin-top: 0;
        padding-top: 0;
index 1eb1d34..5a75154 100644 (file)
@@ -784,11 +784,7 @@ table.small {
 #content h3, #content h4, #content h5 {
        margin-bottom: .3em;
 }
-div.firstHeading {
-       padding-top: 0;
-       margin-top: 0;
-}
-div.firstHeading h1 {
+h1#firstHeading {
        padding-top: 0;
        margin-top: 0;
        padding-top: 0;