From f2fe2b1798380ab65e88281ab4db47965cd5aaf8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 24 Jan 2012 21:11:20 -0800 Subject: remove top margin from alert close, chance close line height to 18px (baseLineHeight) --- bootstrap.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'bootstrap.css') diff --git a/bootstrap.css b/bootstrap.css index 62690e42f..4bda5047e 100644 --- a/bootstrap.css +++ b/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: Tue Jan 24 20:44:12 PST 2012 + * Date: Tue Jan 24 21:10:54 PST 2012 */ article, aside, @@ -1505,7 +1505,7 @@ i { float: right; font-size: 20px; font-weight: bold; - line-height: 12px; + line-height: 18px; color: #000000; text-shadow: 0 1px 0 #ffffff; filter: alpha(opacity=20); @@ -2627,11 +2627,9 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { color: #c09853; } .alert .close { - *margin-top: 3px; - /* IE7 spacing */ - position: relative; right: -21px; + line-height: 18px; } .alert-success { background-color: #dff0d8; -- cgit v1.2.3