diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/alerts.less | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/less/alerts.less b/less/alerts.less index 46a0d77bf..1f73314c1 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, |
