From a9bf1e6e354e9833ba365b2a817c12d6b7bfa784 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jul 2012 13:25:27 -0700 Subject: fixes #3900: nudge badges in buttons up 1px --- docs/assets/css/bootstrap.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index fa58f2ef3..dd9b96bc1 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5128,6 +5128,12 @@ a.badge:hover { background-color: #1a1a1a; } +.btn .label, +.btn .badge { + position: relative; + top: -1px; +} + @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; -- cgit v1.2.3