cut margin in half on default forms
This commit is contained in:
parent
ea8f5883fd
commit
ff113acba8
3 changed files with 10 additions and 3 deletions
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: Mon Jan 23 11:35:22 PST 2012
|
||||
* Date: Mon Jan 23 12:20:49 PST 2012
|
||||
*/
|
||||
article,
|
||||
aside,
|
||||
|
|
@ -896,6 +896,9 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
|
|||
display: inline-block;
|
||||
}
|
||||
.control-group {
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
.form-horizontal .control-group {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
.form-horizontal .control-group > label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue