Removed some unneeded specificity of headings.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 5 Aug 2009 22:46:10 +0000 (22:46 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 5 Aug 2009 22:46:10 +0000 (22:46 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index dd27fc6..f5f7e45 100644 (file)
@@ -896,10 +896,10 @@ table.small {
        font-size: 100%;
 }
 /* Edge Cases for Content */
-#content h1, #content h2 {
+h1, h2 {
        margin-bottom: .6em;
 }
-#content h3, #content h4, #content h5 {
+h3, h4, h5 {
        margin-bottom: .3em;
 }
 #firstHeading {
index bacbbc5..fcbf7ed 100644 (file)
@@ -896,10 +896,10 @@ table.small {
        font-size: 100%;
 }
 /* Edge Cases for Content */
-#content h1, #content h2 {
+h1, h2 {
        margin-bottom: .6em;
 }
-#content h3, #content h4, #content h5 {
+h3, h4, h5 {
        margin-bottom: .3em;
 }
 #firstHeading {