diff options
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 51957 -> 51960 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 | ||||
| -rw-r--r-- | less/forms.less | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 752890142..0fd6d9d5c 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 82b7dc249..61e5e3e58 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -627,7 +627,7 @@ input[type="hidden"] { margin-left: 10px; } .controls > .radio.inline:first-child, .controls > .checkbox.inline:first-child { - padding-top: 5px; + padding-top: 0; } input, textarea { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); diff --git a/less/forms.less b/less/forms.less index 131f8af55..d70d532e8 100644 --- a/less/forms.less +++ b/less/forms.less @@ -178,7 +178,7 @@ input[type="hidden"] { // But don't forget to remove their padding on first-child .controls > .radio.inline:first-child, .controls > .checkbox.inline:first-child { - padding-top: 5px; // has to be padding because margin collaspes + padding-top: 0; } |
