r54494 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54493‎ | r54494 | r54495 >
Date:22:46, 5 August 2009
Author:tparscal
Status:ok
Tags:
Comment:
Removed some unneeded specificity of headings.
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -896,10 +896,10 @@
897897 font-size: 100%;
898898 }
899899 /* Edge Cases for Content */
900 -#content h1, #content h2 {
 900+h1, h2 {
901901 margin-bottom: .6em;
902902 }
903 -#content h3, #content h4, #content h5 {
 903+h3, h4, h5 {
904904 margin-bottom: .3em;
905905 }
906906 #firstHeading {
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -896,10 +896,10 @@
897897 font-size: 100%;
898898 }
899899 /* Edge Cases for Content */
900 -#content h1, #content h2 {
 900+h1, h2 {
901901 margin-bottom: .6em;
902902 }
903 -#content h3, #content h4, #content h5 {
 903+h3, h4, h5 {
904904 margin-bottom: .3em;
905905 }
906906 #firstHeading {

Status & tagging log