From: Kaldari Date: Wed, 1 Aug 2012 23:03:35 +0000 (-0700) Subject: Better inline styling for badge. X-Git-Tag: 1.31.0-rc.0~22886 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=6d6d788babadb5c71881f8ead54db9711e86148f;p=lhc%2Fweb%2Fwiklou.git Better inline styling for badge. Change-Id: Ie92a18478c0f9b62fceff39f54a9524432eec921 --- diff --git a/resources/jquery/jquery.badge.css b/resources/jquery/jquery.badge.css index f7eb692a02..49063ba35a 100644 --- a/resources/jquery/jquery.badge.css +++ b/resources/jquery/jquery.badge.css @@ -27,7 +27,8 @@ } .mw-badge-inline { - display: inline; + display: inline-block; + margin-left: 3px; } .mw-badge-overlay { @@ -35,4 +36,4 @@ bottom: -1px; right: -3px; z-index: 50; -} \ No newline at end of file +}