From: Kaldari Date: Tue, 6 Nov 2012 22:30:49 +0000 (-0800) Subject: Making sure badge container is a consistant height X-Git-Tag: 1.31.0-rc.0~21723 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=f5fd66646ef7f1a47c3e9f57a65866ec10321f03;p=lhc%2Fweb%2Fwiklou.git Making sure badge container is a consistant height Change-Id: If521ca7bfa6466e5f81c276bfd7d848200a4a356 --- diff --git a/resources/jquery/jquery.badge.css b/resources/jquery/jquery.badge.css index b8bec8c329..7dd2198e62 100644 --- a/resources/jquery/jquery.badge.css +++ b/resources/jquery/jquery.badge.css @@ -9,12 +9,12 @@ background-color: #cc0000; padding: 0 3px; text-align: center; + font-size: 12px; + line-height: 12px; } .mw-badge-content { - font-size: 12px; font-weight: bold; - line-height: 12px; color: white; vertical-align: baseline; text-shadow: 0 1px rgba(0, 0, 0, 0.4);