1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

fix inputs in navbar

This commit is contained in:
Mark Otto
2012-01-27 14:21:17 -08:00
parent 6353e5070a
commit 003da1e089
3 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Fri Jan 27 13:54:49 PST 2012
* Date: Fri Jan 27 14:21:03 PST 2012
*/
article,
aside,
@@ -1901,6 +1901,7 @@ table .span12 {
}
.navbar-form input, .navbar-form select {
display: inline-block;
margin-top: 5px;
margin-bottom: 0;
}
.navbar-search {