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 @@
797
797
vertical-align: top;
798
798
background-color: #f9f9f9;
799
799
border: solid 2px white;
800
+ display: -moz-inline-box;
800
801
display: inline-block;
801
802
}
802
803
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r78232
Make ul.gallery block, not inline-block...
simetrical
00:30, 12 December 2010
Status & tagging log
21:34, 12 February 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r80216
[
removed:
new
added:
ok]
16:17, 14 January 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r80216
[
removed:
deferred
added:
new]
16:17, 14 January 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r80216
[
removed:
new
added:
deferred]