diff options
| author | Mark Otto <[email protected]> | 2013-03-30 14:15:18 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-30 14:15:18 -0700 |
| commit | 9fff2d3fb6a636c7ee61ad097c5b247e8def3ab5 (patch) | |
| tree | 10c59fd976cd3df06992edbfa9562594960212c9 /less/type.less | |
| parent | aee25786a73820b6c502ba099c55fb4008b4bd1e (diff) | |
| download | bootstrap-9fff2d3fb6a636c7ee61ad097c5b247e8def3ab5.tar.xz bootstrap-9fff2d3fb6a636c7ee61ad097c5b247e8def3ab5.zip | |
Change error to danger for all classes; add panels component
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/type.less b/less/type.less index c2f7b0735..a8a1c2dec 100644 --- a/less/type.less +++ b/less/type.less @@ -36,9 +36,9 @@ a.text-muted:focus { color: darken(@grayLight, 10%); } a.text-warning:hover, a.text-warning:focus { color: darken(@state-warning-text, 10%); } -.text-error { color: @state-error-text; } -a.text-error:hover, -a.text-error:focus { color: darken(@state-error-text, 10%); } +.text-danger { color: @state-danger-text; } +a.text-danger:hover, +a.text-danger:focus { color: darken(@state-danger-text, 10%); } .text-success { color: @state-success-text; } a.text-success:hover, |
