r66567 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r66566
|
r66567
|
r66568
>
Date:
15:18, 17 May 2010
Author:
hartman
Status:
deferred
Tags:
Comment:
Follow up
r66505
Remove the width setting alltogether. It serves no purpose, and when there ARE problems, not having min-width makes it easier to spot these problems.
Modified paths:
/trunk/extensions/OggHandler/OggHandler_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/OggHandler/OggHandler_body.php
—
—
@@ -602,9 +602,7 @@
603
603
'isVideo' => $this->isVideo ) );
604
604
605
605
$s = Xml::tags( 'div',
606
- array(
607
- 'id' => $id,
608
- 'style' => "min-width: {$width}px;" ),
606
+ array( 'id' => $id ),
609
607
( $thumb ? Xml::tags( 'div', array(), $thumb ) : '' ) .
610
608
Xml::tags( 'div', array(),
611
609
Xml::tags( 'button',
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r66505
Change the width of the div surrouding mediaplayers into min-width...
hartman
00:26, 16 May 2010
Status & tagging log
22:07, 3 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r66567
[
removed:
new
added:
deferred]