diff options
| author | Mark Otto <[email protected]> | 2013-08-03 22:44:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-03 22:44:44 -0700 |
| commit | c45edbe6b515daad00905d351c310e7d3fa2926f (patch) | |
| tree | 2e6600473043335611ebce3195337a74c294c716 /less/input-groups.less | |
| parent | 30a01e0a3321426d581e63c97e21c2141357b631 (diff) | |
| parent | cabcd36019cb7000c537bcd8292d4905239685f7 (diff) | |
| download | bootstrap-c45edbe6b515daad00905d351c310e7d3fa2926f.tar.xz bootstrap-c45edbe6b515daad00905d351c310e7d3fa2926f.zip | |
Merge pull request #9056 from twbs/large-to-lg-etc
Greater standardization of sizing terminology
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; |
