Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-12-03 21:23:02 +0400
committerMark Otto <otto@github.com>2012-12-03 21:23:02 +0400
commitd470fb72da7e4c12a44c79673b650fb8f7e63037 (patch)
tree64d9858a7e878e93568ce3cbef77d10ae8e5170b /less
parent68cbba347bc1e6edd8c2812f37236a622a6d3672 (diff)
nuke comments
Diffstat (limited to 'less')
-rw-r--r--less/alerts.less3
1 files changed, 0 insertions, 3 deletions
diff --git a/less/alerts.less b/less/alerts.less
index 633b6591e6..0116b191b3 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;
}