r52853 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52852‎ | r52853 | r52854 >
Date:18:26, 7 July 2009
Author:tparscal
Status:ok
Tags:
Comment:
Reduced specifificity of table rule which was superceding latter rules.
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
@@ -568,7 +568,7 @@
569569 margin-bottom: .1em;
570570 }
571571 /* Tables */
572 -div#content table {
 572+table {
573573 font-size: 100%;
574574 color: black;
575575 /* we don't want the bottom borders of <h2>s to be visible through
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -581,7 +581,7 @@
582582 margin-bottom: .1em;
583583 }
584584 /* Tables */
585 -div#content table {
 585+table {
586586 font-size: 100%;
587587 color: black;
588588 /* we don't want the bottom borders of <h2>s to be visible through

Follow-up revisions

RevisionCommit summaryAuthorDate
r53410Merging UI fixes from trunk; second batch from http://www.mediawiki.org/wiki/......brion18:05, 17 July 2009

Status & tagging log