From 08320daecc393fb990af510f7eecf31323169ed4 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 9 Dec 2010 23:47:59 +0000 Subject: [PATCH] Fix bad CSS syntax from r77411 --- skins/common/shared.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index af7923735a..724bc620b3 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -803,7 +803,7 @@ ul.gallery { ul.gallery, li.gallerybox { display: inline-block; zoom: 1; - *display: inline; + display: inline; } li.gallerycaption { -- 2.20.1