From: Krinkle Date: Fri, 14 Jan 2011 00:39:51 +0000 (+0000) Subject: Oops, FF2 doesn't support inline-block display. Restoring that one. X-Git-Tag: 1.31.0-rc.0~32559 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=7259e50d3e94858f5a64eae03a4a14fab4c00723;p=lhc%2Fweb%2Fwiklou.git Oops, FF2 doesn't support inline-block display. Restoring that one. FF2 ignores the latter display:inline-block and sticks to the -moz-inline-box (Follow-up r78232,r 80214) --- diff --git a/skins/common/shared.css b/skins/common/shared.css index 326530beb7..61a9d43211 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -796,6 +796,7 @@ li.gallerybox { vertical-align: top; background-color: #f9f9f9; border: solid 2px white; + display: -moz-inline-box; display: inline-block; }