Removing redundant line (Follow-up r78232)
authorKrinkle <krinkle@users.mediawiki.org>
Fri, 14 Jan 2011 00:34:06 +0000 (00:34 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Fri, 14 Jan 2011 00:34:06 +0000 (00:34 +0000)
commit12da12259053562dd4a39e0de981b68c812d7b56
tree10b5d8f4d5c6b12d04c7c65e87d258e81649a76e
parent9f2167b3889685a21bcf125fe7bdad123d770ce2
Removing redundant line (Follow-up r78232)
<code>
ul.gallery, li.gallerybox {
display: inline-block;
</code>
the display of ul.gallery is overwritten later.
the display of li.gallery is overwriting an earlier one.

Shouldn't change anything other then having one line less
skins/common/shared.css