mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
make inline and search form labels inline-block
This commit is contained in:
5
bootstrap.css
vendored
5
bootstrap.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user