Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-05-10 03:41:35 +0400
committerMark Otto <otto@github.com>2013-05-10 03:41:35 +0400
commit7b6352d2cf6f04b46918b1cc8bad50ff92fdbe07 (patch)
tree8173df6f06a749c55906f69788090df4edfa09c9 /less
parent3c72b1e9a0a56ad46fe7f330141ca18f6b348649 (diff)
Fix up navbar forms by using inline form as a mixin; fix docs for those
Diffstat (limited to 'less')
-rw-r--r--less/navbar.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/navbar.less b/less/navbar.less
index 3cbcbb9c99..7a02a491b7 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -132,6 +132,7 @@
// Navbar form
.navbar-form {
+ .form-inline();
.navbar-vertical-align(34px); // Vertically center in navbar
}