From 0fa642291843fbeab66960c6fc635681c1241586 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 27 Jan 2012 19:57:53 -0800 Subject: icon spacing in small buttons and nav lists --- docs/assets/css/bootstrap.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 6eff3a589..c1562c203 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Fri Jan 27 19:45:56 PST 2012 + * Date: Fri Jan 27 19:56:12 PST 2012 */ article, aside, @@ -1673,6 +1673,9 @@ table .span12 { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background-color: #0088cc; } +.nav.list .icon { + margin-right: 2px; +} .tabs, .pills { *zoom: 1; } @@ -2655,7 +2658,7 @@ table .span12 { line-height: 16px; } .btn.small .icon { - margin-top: -2px; + margin-top: -1px; } button.btn, input[type=submit].btn { *padding-top: 2px; -- cgit v1.2.3