2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

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
-1
View File
@@ -17,7 +17,6 @@
// Adjust close link position
.alert .close {
*margin-top: 3px; /* IE7 spacing */
position: relative;
right: -21px;
line-height: 18px;
+1 -1
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);