From 7259e50d3e94858f5a64eae03a4a14fab4c00723 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Fri, 14 Jan 2011 00:39:51 +0000 Subject: [PATCH] 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) --- skins/common/shared.css | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.20.1