From: Krinkle Date: Fri, 14 Jan 2011 00:34:06 +0000 (+0000) Subject: Removing redundant line (Follow-up r78232) X-Git-Tag: 1.31.0-rc.0~32560 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=12da12259053562dd4a39e0de981b68c812d7b56;p=lhc%2Fweb%2Fwiklou.git Removing redundant line (Follow-up r78232) ul.gallery, li.gallerybox { display: inline-block; 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 --- diff --git a/skins/common/shared.css b/skins/common/shared.css index d21e616274..326530beb7 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -796,11 +796,10 @@ li.gallerybox { vertical-align: top; background-color: #f9f9f9; border: solid 2px white; - display: -moz-inline-box; + display: inline-block; } ul.gallery, li.gallerybox { - display: inline-block; zoom: 1; *display: inline; }