mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-03 02:24:57 -05:00
remove top margin from alert close, chance close line height to 18px (baseLineHeight)
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
// Adjust close link position
|
||||
.alert .close {
|
||||
*margin-top: 3px; /* IE7 spacing */
|
||||
position: relative;
|
||||
right: -21px;
|
||||
line-height: 18px;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user