aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-24 21:11:20 -0800
committerMark Otto <[email protected]>2012-01-24 21:11:20 -0800
commitf2fe2b1798380ab65e88281ab4db47965cd5aaf8 (patch)
tree733516d2c24ed2f086a440a7db792c2183c21f83 /lib
parent9602248ad5dcdcee69c696ca585ebc0c96f5463f (diff)
downloadbootstrap-f2fe2b1798380ab65e88281ab4db47965cd5aaf8.tar.xz
bootstrap-f2fe2b1798380ab65e88281ab4db47965cd5aaf8.zip
remove top margin from alert close, chance close line height to 18px (baseLineHeight)
Diffstat (limited to 'lib')
-rw-r--r--lib/alerts.less1
-rw-r--r--lib/close.less2
2 files changed, 1 insertions, 2 deletions
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);