mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
nuke comments
This commit is contained in:
parent
68cbba347b
commit
d470fb72da
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue