make inline and search form labels inline-block

This commit is contained in:
Mark Otto
2012-01-14 16:38:40 -08:00
parent ceb6836e03
commit a40b2a636c
3 changed files with 9 additions and 1 deletions

5
bootstrap.css vendored
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: Sat Jan 14 16:23:58 PST 2012
* Date: Sat Jan 14 16:38:32 PST 2012
*/
html, body {
margin: 0;
@@ -957,6 +957,9 @@ input::-webkit-input-placeholder {
display: inline-block;
margin-bottom: 0;
}
.search-form label, .inline-form label {
display: inline-block;
}
.control-group {
margin-bottom: 18px;
}