From 5da342208987612da1ffe254db58268a3b08c944 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sat, 10 May 2014 19:13:27 +0200 Subject: [PATCH] Remove unnecessary rule display:-moz-inline-box Gecko now supports display:inline-block directly. Change-Id: I6591212c371f03c766a1296f2520bf09fe43e286 --- skins/common/commonPrint.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index b64ceb0069..51ef171b65 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -277,7 +277,6 @@ span.texhtml { /* Galleries (see shared.css for more info) */ li.gallerybox { vertical-align: top; - display: -moz-inline-box; display: inline-block; } @@ -426,4 +425,4 @@ p { .catlinks li:first-child { padding-left: .2em; border-left: none; -} +} \ No newline at end of file -- 2.20.1