r52818 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52817‎ | r52818 | r52819 >
Date:23:51, 6 July 2009
Author:tparscal
Status:ok
Tags:
Comment:
Resolved accesibility issue with color contrasts on panel headers
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
@@ -229,7 +229,7 @@
230230 }
231231 div#panel div.portal h5 {
232232 font-weight: normal;
233 - color: #666666;
 233+ color: #444444;
234234 padding: 0.5em;
235235 padding-top: 0;
236236 padding-left: 1.25em;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -243,7 +243,7 @@
244244 }
245245 div#panel div.portal h5 {
246246 font-weight: normal;
247 - color: #666666;
 247+ color: #444444;
248248 padding: 0.5em;
249249 padding-top: 0;
250250 padding-right: 1.25em;

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