Making sure badge container is a consistant height
authorKaldari <rkaldari@wikimedia.org>
Tue, 6 Nov 2012 22:30:49 +0000 (14:30 -0800)
committerKaldari <rkaldari@wikimedia.org>
Tue, 6 Nov 2012 22:30:49 +0000 (14:30 -0800)
Change-Id: If521ca7bfa6466e5f81c276bfd7d848200a4a356

resources/jquery/jquery.badge.css

index b8bec8c..7dd2198 100644 (file)
@@ -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);