http://www.mediawiki.org/wiki/Special:Code/MediaWiki/54494

Revision: 54494
Author:   tparscal
Date:     2009-08-05 22:46:10 +0000 (Wed, 05 Aug 2009)

Log Message:
-----------
Removed some unneeded specificity of headings.

Modified Paths:
--------------
    trunk/phase3/skins/vector/main-ltr.css
    trunk/phase3/skins/vector/main-rtl.css

Modified: trunk/phase3/skins/vector/main-ltr.css
===================================================================
--- trunk/phase3/skins/vector/main-ltr.css      2009-08-05 22:44:49 UTC (rev 
54493)
+++ trunk/phase3/skins/vector/main-ltr.css      2009-08-05 22:46:10 UTC (rev 
54494)
@@ -896,10 +896,10 @@
        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 {

Modified: trunk/phase3/skins/vector/main-rtl.css
===================================================================
--- trunk/phase3/skins/vector/main-rtl.css      2009-08-05 22:44:49 UTC (rev 
54493)
+++ trunk/phase3/skins/vector/main-rtl.css      2009-08-05 22:46:10 UTC (rev 
54494)
@@ -896,10 +896,10 @@
        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 {



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to