r54601 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54600‎ | r54601 | r54602 >
Date:21:02, 7 August 2009
Author:tparscal
Status:resolved (Comments)
Tags:
Comment:
Changed from using point to em units for font size.
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
@@ -21,7 +21,7 @@
2222 margin: 0;
2323 padding: 0;
2424 font-family: sans-serif;
25 - font-size: 9.75pt;
 25+ font-size: 0.9em;
2626 }
2727 body {
2828 background-color: #f3f3f3;
@@ -425,7 +425,7 @@
426426 /* Logo */
427427 #p-logo {
428428 position: absolute;
429 - top: 0;
 429+ top: -12em;
430430 left: 0;
431431 height: 12em;
432432 width: 12em;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -21,7 +21,7 @@
2222 margin: 0;
2323 padding: 0;
2424 font-family: sans-serif;
25 - font-size: 9.75pt;
 25+ font-size: 0.9em;
2626 }
2727 body {
2828 background-color: #f3f3f3;
@@ -425,7 +425,7 @@
426426 /* Logo */
427427 #p-logo {
428428 position: absolute;
429 - top: 0;
 429+ top: -12em;
430430 right: 0;
431431 height: 12em;
432432 width: 12em;

Follow-up revisions

RevisionCommit summaryAuthorDate
r54742Merge some fixes to Vector skin from trunk:...brion20:57, 10 August 2009

Comments

#Comment by Trevor Parscal (WMF) (talk | contribs)   21:04, 7 August 2009

Needs r54602 as well (should have been committed together)

Status & tagging log