From 9ee77f2c1106513adfaa3b81588d67e99093e707 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Feb 2012 21:50:54 -0800 Subject: set line-height for labels to prevent change in height when floated per #2222 --- docs/assets/css/bootstrap.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index e9ca59ab2..5e3175306 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3299,8 +3299,9 @@ a.thumbnail:hover { padding: 1px 4px 2px; font-size: 10.998px; font-weight: bold; - white-space: nowrap; + line-height: 13px; color: #ffffff; + white-space: nowrap; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #999999; -webkit-border-radius: 3px; -- cgit v1.2.3