aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-14 16:38:40 -0800
committerMark Otto <[email protected]>2012-01-14 16:38:40 -0800
commita40b2a636c908859c2bb7434f0c050be2dc7e70e (patch)
tree46ffcdcacc5187a8e480d1bcad2cae7411f16053 /bootstrap.css
parentceb6836e03b03c757578c9e5614f535d9be2ad7f (diff)
downloadbootstrap-a40b2a636c908859c2bb7434f0c050be2dc7e70e.tar.xz
bootstrap-a40b2a636c908859c2bb7434f0c050be2dc7e70e.zip
make inline and search form labels inline-block
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index c5d011b7e..8d7b08a35 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -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;
}