aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-03 09:23:02 -0800
committerMark Otto <[email protected]>2012-12-03 09:23:02 -0800
commitd470fb72da7e4c12a44c79673b650fb8f7e63037 (patch)
tree64d9858a7e878e93568ce3cbef77d10ae8e5170b
parent68cbba347bc1e6edd8c2812f37236a622a6d3672 (diff)
downloadbootstrap-d470fb72da7e4c12a44c79673b650fb8f7e63037.tar.xz
bootstrap-d470fb72da7e4c12a44c79673b650fb8f7e63037.zip
nuke comments
-rw-r--r--less/alerts.less3
1 files changed, 0 insertions, 3 deletions
diff --git a/less/alerts.less b/less/alerts.less
index 633b6591e..0116b191b 100644
--- a/less/alerts.less
+++ b/less/alerts.less
@@ -41,7 +41,6 @@
color: @successText;
}
.alert-success h4 {
- // Specified for the h4 to prevent conflicts of changing @headingsColor
color: @successText;
}
.alert-danger,
@@ -52,7 +51,6 @@
}
.alert-danger h4,
.alert-error h4 {
- // Specified for the h4 to prevent conflicts of changing @headingsColor
color: @errorText;
}
.alert-info {
@@ -61,7 +59,6 @@
color: @infoText;
}
.alert-info h4 {
- // Specified for the h4 to prevent conflicts of changing @headingsColor
color: @infoText;
}