Remove unnecessary rule display:-moz-inline-box
authorWaldir Pimenta <waldir@email.com>
Sat, 10 May 2014 17:13:27 +0000 (19:13 +0200)
committerWaldir Pimenta <waldir@email.com>
Sat, 10 May 2014 17:13:27 +0000 (19:13 +0200)
Gecko now supports display:inline-block directly.

Change-Id: I6591212c371f03c766a1296f2520bf09fe43e286

skins/common/commonPrint.css

index b64ceb0..51ef171 100644 (file)
@@ -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