aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-09 10:43:37 -0700
committerMark Otto <[email protected]>2013-04-09 10:43:37 -0700
commit24f8d9e1374d88f852402f71de0f728d1e8d62ed (patch)
tree46db9478d4ac2cc92aed2fc25b2db89e827723ef /less
parent1a546278b93a08817152736247469c1155ae3ae2 (diff)
downloadbootstrap-24f8d9e1374d88f852402f71de0f728d1e8d62ed.tar.xz
bootstrap-24f8d9e1374d88f852402f71de0f728d1e8d62ed.zip
don't use table for label variatons
Diffstat (limited to 'less')
-rw-r--r--less/alerts.less15
-rw-r--r--less/close.less1
2 files changed, 8 insertions, 8 deletions
diff --git a/less/alerts.less b/less/alerts.less
index 48e4bab42..e3637ead9 100644
--- a/less/alerts.less
+++ b/less/alerts.less
@@ -30,15 +30,14 @@
font-weight: 500;
color: darken(@state-warning-text, 10%);
}
-}
-// Adjust close link position
-.close {
- position: relative;
- top: -2px;
- right: -21px;
- line-height: @line-height-base;
- color: inherit;
+ // Adjust close link position
+ .close {
+ position: relative;
+ top: -2px;
+ right: -21px;
+ color: inherit;
+ }
}
// Alternate styles
diff --git a/less/close.less b/less/close.less
index 2bfe9c40f..e63a3b2d7 100644
--- a/less/close.less
+++ b/less/close.less
@@ -11,6 +11,7 @@
color: #000;
text-shadow: 0 1px 0 rgba(255,255,255,1);
.opacity(.2);
+
&:hover,
&:focus {
color: #000;