"Hashar" posted a comment on MediaWiki.r105995.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/105995#c28200

Commit summary for MediaWiki.r105995:

back to display:block; for galleries

Display inline-block show weird behaviour when the gallery has text before
and after. Fomafix on cr of r93581 gave us some examples.

Reverts r93581

Hashar's comment:

On further inspection of r93581. I suspect it is a browser hack for Internet 
Explorer. Maybe:

 *display: inline;
 ^

Is equivalent to:

 display: inline !ie;
                 ^^^

That was part of r93581 change.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to