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/input-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/input-groups.less')
| -rw-r--r-- | less/input-groups.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/input-groups.less b/less/input-groups.less index 77be68d92..79d1afcd4 100644 --- a/less/input-groups.less +++ b/less/input-groups.less @@ -55,13 +55,13 @@ border-radius: @border-radius-base; // Sizing - &.input-small { + &.input-sm { padding: @padding-small-vertical @padding-small-horizontal; font-size: @font-size-small; border-radius: @border-radius-small; line-height: @line-height-small; } - &.input-large { + &.input-lg { padding: @padding-large-vertical @padding-large-horizontal; font-size: @font-size-large; border-radius: @border-radius-large; |
