aboutsummaryrefslogtreecommitdiff
path: root/less/input-groups.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-03 21:39:57 -0700
committerChris Rebert <[email protected]>2013-08-03 21:39:57 -0700
commit23ef8c0c209844dd8b92d2a5ac82daffa7bd2914 (patch)
treecc888bd30f8c753c45c122ea8e7ececbc55bde37 /less/input-groups.less
parent30a01e0a3321426d581e63c97e21c2141357b631 (diff)
downloadbootstrap-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.less4
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;