diff options
| author | Julian Thilo <[email protected]> | 2014-01-07 22:24:45 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-01-07 22:24:45 +0100 |
| commit | 8fd177bfa78d3e742486a66450465f3716cd11b2 (patch) | |
| tree | 70464468ed5a225b294c4da72649051a56e6a417 /less/theme.less | |
| parent | 5f328dce889823f1ec78844427a48da4c2eb6638 (diff) | |
| download | bootstrap-8fd177bfa78d3e742486a66450465f3716cd11b2.tar.xz bootstrap-8fd177bfa78d3e742486a66450465f3716cd11b2.zip | |
Fix #12073: Consistent order of variations
This changes the order of component variations throughout the repo (code and docs) to be more consistent.
The order now used everywhere is the one most frequently found in the repo before:
Default, Primary, Success, Info, Warning, Danger
Diffstat (limited to 'less/theme.less')
| -rw-r--r-- | less/theme.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/theme.less b/less/theme.less index 0addce3f2..6f957fb39 100644 --- a/less/theme.less +++ b/less/theme.less @@ -63,9 +63,9 @@ .btn-default { .btn-styles(@btn-default-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; } .btn-primary { .btn-styles(@btn-primary-bg); } .btn-success { .btn-styles(@btn-success-bg); } +.btn-info { .btn-styles(@btn-info-bg); } .btn-warning { .btn-styles(@btn-warning-bg); } .btn-danger { .btn-styles(@btn-danger-bg); } -.btn-info { .btn-styles(@btn-info-bg); } |
