remove top margin from alert close, chance close line height to 18px (baseLineHeight)

This commit is contained in:
Mark Otto
2012-01-24 21:11:20 -08:00
parent 9602248ad5
commit f2fe2b1798
4 changed files with 6 additions and 9 deletions

View File

@@ -17,7 +17,6 @@
// Adjust close link position
.alert .close {
*margin-top: 3px; /* IE7 spacing */
position: relative;
right: -21px;
line-height: 18px;

View File

@@ -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);