r67576 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67575‎ | r67576 | r67577 >
Date:00:29, 8 June 2010
Author:tparscal
Status:ok
Tags:
Comment:
Fixed CSS bug for Netfront (PS3). Ryan Kaldari Rules! (this was his find).
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
@@ -111,6 +111,7 @@
112112 /* @noflip */
113113 div.vectorTabs {
114114 float: left;
 115+ height: 2.5em;
115116 }
116117 div.vectorTabs {
117118 background-image: url(images/tab-break.png?1);
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -111,6 +111,7 @@
112112 /* @noflip */
113113 div.vectorTabs {
114114 float: left;
 115+ height: 2.5em;
115116 }
116117 div.vectorTabs {
117118 background-image: url(images/tab-break.png?1);

Follow-up revisions

RevisionCommit summaryAuthorDate
r67577Style bump for r67576.tparscal00:37, 8 June 2010
r677531.16wmf4: Merge some Vector fixes from trunk: r67537, r67544, r67576, r67631,...catrope19:52, 9 June 2010

Status & tagging log