aboutsummaryrefslogtreecommitdiff
path: root/less/_navbar.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-09-21 16:04:37 -0700
committerMark Otto <[email protected]>2014-09-21 16:04:37 -0700
commitd1660ad0788fa4e9b0d072323c1d70f9c6f5dbf2 (patch)
tree1cbc830c380b8cda342eccd37dfa1732600d5d19 /less/_navbar.less
parent2cc9e773c57e389e8fcb797148fb850433144c3e (diff)
downloadbootstrap-d1660ad0788fa4e9b0d072323c1d70f9c6f5dbf2.tar.xz
bootstrap-d1660ad0788fa4e9b0d072323c1d70f9c6f5dbf2.zip
Swap -small and -large variables for -sm and -lg
Diffstat (limited to 'less/_navbar.less')
-rw-r--r--less/_navbar.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/_navbar.less b/less/_navbar.less
index 0c8959a08..1df0aa8e4 100644
--- a/less/_navbar.less
+++ b/less/_navbar.less
@@ -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);