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:
authorMarcus Schwab <marcus1060@gmail.com>2012-06-11 13:04:14 +0400
committerMarcus Schwab <marcus1060@gmail.com>2012-06-11 13:04:14 +0400
commit97cbefa72f4b60dc72077f61a03b44a0d4f9b960 (patch)
tree3782ddf07bef753c3b43b02595ffaf08aa955a9b /less
parentbd19b42c15108b3c60407924a1725473660120d9 (diff)
parenta0cd886c56708bbd8d6896ee81b04579f86fb0aa (diff)
Merge remote-tracking branch 'upstream/2.1.0-wip' into 2.1.0-wip
Diffstat (limited to 'less')
-rw-r--r--less/alerts.less5
1 files changed, 1 insertions, 4 deletions
diff --git a/less/alerts.less b/less/alerts.less
index 46a0d77bfd..1f73314c11 100644
--- a/less/alerts.less
+++ b/less/alerts.less
@@ -11,9 +11,6 @@
.border-radius(4px);
color: @warningText;
}
-.alert-heading {
- color: inherit;
-}
// Adjust close link position
.alert .close {
@@ -28,7 +25,7 @@
.alert-success {
background-color: @successBackground;
- border-color: @successBorder;
+ border-color: @successBorder;
color: @successText;
}
.alert-danger,