r80216 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80215‎ | r80216 | r80217 >
Date:00:39, 14 January 2011
Author:krinkle
Status:ok
Tags:
Comment:
Oops, FF2 doesn't support inline-block display. Restoring that one.
FF2 ignores the latter display:inline-block and sticks to the -moz-inline-box
(Follow-up r78232,r 80214)
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -796,6 +796,7 @@
797797 vertical-align: top;
798798 background-color: #f9f9f9;
799799 border: solid 2px white;
 800+ display: -moz-inline-box;
800801 display: inline-block;
801802 }
802803

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78232Make ul.gallery block, not inline-block...simetrical00:30, 12 December 2010

Status & tagging log