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:
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;
}