aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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);