r55676 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55675‎ | r55676 | r55677 >
Date:23:34, 29 August 2009
Author:tparscal
Status:ok
Tags:
Comment:
Added font size for simple search label - this broke cause of the other font sizing changes that have been made recently (r55333).
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
@@ -319,6 +319,9 @@
320320 background-position: top left;
321321 background-repeat: repeat-x;
322322 }
 323+ #simpleSearch label {
 324+ font-size: 0.8em;
 325+ }
323326 #simpleSearch input#searchInput {
324327 margin: 0;
325328 border-width: 0;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -319,6 +319,9 @@
320320 background-position: top right;
321321 background-repeat: repeat-x;
322322 }
 323+ #simpleSearch label {
 324+ font-size: 0.8em;
 325+ }
323326 #simpleSearch input#searchInput {
324327 margin: 0;
325328 border-width: 0;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55333Bug #20175 identifies some rendering artifacts which started popping up when ...tparscal18:19, 19 August 2009

Status & tagging log