diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 9cabb3687b..f407a5db31 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -4018,7 +4018,7 @@ input[type="submit"].btn.btn-mini {
.navbar .brand {
display: block;
float: left;
- padding: 10px 20px 10px;
+ padding: 8px 20px 12px;
margin-left: -20px;
font-size: 20px;
font-weight: 200;
@@ -4072,7 +4072,7 @@ input[type="submit"].btn.btn-mini {
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
- margin-top: 6px;
+ margin-top: 5px;
}
.navbar-form input,
diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html
index e39ea8b1a9..24ea26582f 100644
--- a/docs/examples/fluid.html
+++ b/docs/examples/fluid.html
@@ -44,18 +44,10 @@
Project name
-
+
+ Logged in as Username
+
- Home
- About
diff --git a/docs/examples/hero.html b/docs/examples/hero.html
index 32f6561bde..3efe568eb8 100644
--- a/docs/examples/hero.html
+++ b/docs/examples/hero.html
@@ -47,6 +47,11 @@
- About
- Contact
+
diff --git a/less/navbar.less b/less/navbar.less
index 02535a4674..0e027d2c32 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -48,7 +48,8 @@
display: block;
// Vertically center the text given @navbarHeight
@elementHeight: 20px;
- padding: ((@navbarHeight - @elementHeight) / 2) 20px ((@navbarHeight - @elementHeight) / 2);
+ @heightDifference: @navbarHeight - @elementHeight;
+ padding: ((@heightDifference / 2) - 2) 20px ((@heightDifference / 2) + 2);
margin-left: -20px; // negative indent to left-align the text down the page
font-size: 20px;
font-weight: 200;
@@ -93,7 +94,7 @@
select,
.radio,
.checkbox {
- .navbarVerticalAlign(28px); // Vertically center in navbar
+ .navbarVerticalAlign(30px); // Vertically center in navbar
}
input,
select,
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html
index 81d5b18965..a8f62c3ccf 100644
--- a/less/tests/css-tests.html
+++ b/less/tests/css-tests.html
@@ -34,7 +34,7 @@
-
+
Bootstrap
@@ -53,7 +53,9 @@
-
+
+
+
@@ -1096,6 +1098,7 @@
+