From 92a54a7b723065ad6c64520b2a75b410682fc755 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 22 Feb 2012 08:12:25 -0800 Subject: tighten padding on labels and badges given default line-height --- docs/assets/css/bootstrap.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7a91fa5bd..3573a9377 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3425,8 +3425,8 @@ a.thumbnail:hover { padding: 9px; } .label { - padding: 2px 4px 3px; - font-size: 11.049999999999999px; + padding: 1px 4px 2px; + font-size: 10.998px; font-weight: bold; white-space: nowrap; color: #ffffff; @@ -3471,15 +3471,15 @@ a.thumbnail:hover { background-color: #1a1a1a; } .badge { - padding: 2px 10px 3px; + padding: 1px 9px 2px; font-size: 12.025px; font-weight: bold; white-space: nowrap; color: #ffffff; background-color: #999999; - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; + -webkit-border-radius: 9px; + -moz-border-radius: 9px; + border-radius: 9px; } .badge:hover { color: #ffffff; -- cgit v1.2.3