2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Swap -small and -large variables for -sm and -lg

This commit is contained in:
Mark Otto
2014-09-21 16:04:37 -07:00
parent 2cc9e773c5
commit d1660ad078
24 changed files with 285 additions and 285 deletions
+3 -3
View File
@@ -167,7 +167,7 @@
padding: .55rem .75rem;
margin-right: @spacer;
margin-bottom: 0; // For headings
font-size: @font-size-large;
font-size: @font-size-lg;
line-height: @line-height-computed;
/*height: @navbar-height;*/
@@ -196,7 +196,7 @@
padding: .55rem .75rem;
margin-right: @spacer;
margin-bottom: 0; // For headings
font-size: @font-size-large;
font-size: @font-size-lg;
line-height: @line-height-computed;
background: none;
border: 0;
@@ -366,7 +366,7 @@
.navbar-vertical-align(@input-height-base);
&.btn-sm {
.navbar-vertical-align(@input-height-small);
.navbar-vertical-align(@input-height-sm);
}
&.btn-xs {
.navbar-vertical-align(22);