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) --- lib/alerts.less | 1 - lib/close.less | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/alerts.less b/lib/alerts.less index 1895dfbd0..23c17e704 100644 --- a/lib/alerts.less +++ b/lib/alerts.less @@ -17,7 +17,6 @@ // Adjust close link position .alert .close { - *margin-top: 3px; /* IE7 spacing */ position: relative; right: -21px; line-height: 18px; diff --git a/lib/close.less b/lib/close.less index f2c5157c9..a0e5edba1 100644 --- a/lib/close.less +++ b/lib/close.less @@ -5,7 +5,7 @@ float: right; font-size: 20px; font-weight: bold; - line-height: 12px; + line-height: @baseLineHeight; color: @black; text-shadow: 0 1px 0 rgba(255,255,255,1); .opacity(20); -- cgit v1.2.3