User "Fomafix" posted a comment on MediaWiki.r93581.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/93581#c24870
Commit summary:

Fixing Bug 27540 :  width of <gallery> always 100%, by setting display to 
inline-block.

Comment:

Yes, this is an other disadvantage of <code>ul.gallery { display: inline-block; 
}</code>:
Text before <gallery style="display: inline-block">
File:Köln_Panorama.jpg
File:Köln_Panorama.jpg
File:Köln_Panorama.jpg
</gallery> Text after

With <code>ul.gallery { display: block; }</code> this can't happen:
Text before <gallery style="display: block">
File:Köln_Panorama.jpg
File:Köln_Panorama.jpg
File:Köln_Panorama.jpg
</gallery> Text after

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

Reply via email to