mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
remove bottom margin on radios and checkboxes
This commit is contained in:
parent
780636d955
commit
f933a41c7b
2 changed files with 2 additions and 2 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
@ -1012,7 +1012,7 @@ input[type="color"]:focus,
|
||||||
|
|
||||||
input[type="radio"],
|
input[type="radio"],
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
margin: 4px 0;
|
margin: 4px 0 0;
|
||||||
margin-top: 1px \9;
|
margin-top: 1px \9;
|
||||||
*margin-top: 0;
|
*margin-top: 0;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
|
|
|
@ -132,7 +132,7 @@ input[type="color"],
|
||||||
// Position radios and checkboxes better
|
// Position radios and checkboxes better
|
||||||
input[type="radio"],
|
input[type="radio"],
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
margin: 4px 0;
|
margin: 4px 0 0;
|
||||||
*margin-top: 0; /* IE7 */
|
*margin-top: 0; /* IE7 */
|
||||||
margin-top: 1px \9; /* IE8-9 */
|
margin-top: 1px \9; /* IE8-9 */
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
|
|
Loading…
Add table
Reference in a new issue