diff options
| author | Chris Rebert <[email protected]> | 2013-08-03 21:39:57 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-03 21:39:57 -0700 |
| commit | 23ef8c0c209844dd8b92d2a5ac82daffa7bd2914 (patch) | |
| tree | cc888bd30f8c753c45c122ea8e7ececbc55bde37 /less/button-groups.less | |
| parent | 30a01e0a3321426d581e63c97e21c2141357b631 (diff) | |
| download | bootstrap-23ef8c0c209844dd8b92d2a5ac82daffa7bd2914.tar.xz bootstrap-23ef8c0c209844dd8b92d2a5ac82daffa7bd2914.zip | |
Greater standardization of sizing terminology
In class names:
* large => lg
* small => sm
* mini => xs ("Extra small")
In screen size categories:
* Tiny => Extra small
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 4ee5616f3..d8eae0a50 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -100,7 +100,7 @@ padding-left: 8px; padding-right: 8px; } -.btn-group > .btn-large + .dropdown-toggle { +.btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } @@ -117,11 +117,11 @@ margin-left: 0; } // Carets in other button sizes -.btn-large .caret { +.btn-lg .caret { border-width: 5px; } // Upside down carets for .dropup -.dropup .btn-large .caret { +.dropup .btn-lg .caret { border-bottom-width: 5px; } |
