diff options
| author | Mark Otto <[email protected]> | 2012-01-06 23:59:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-06 23:59:22 -0800 |
| commit | cfc2353059df628c67d19a3c5c3ead2cc6051f53 (patch) | |
| tree | 64d535e105e36458aba2c621e05d8413c6d246a9 /lib/forms.less | |
| parent | 5cb76037ae70ca26a923750ca9441b04d2fbd6a7 (diff) | |
| download | bootstrap-cfc2353059df628c67d19a3c5c3ead2cc6051f53.tar.xz bootstrap-cfc2353059df628c67d19a3c5c3ead2cc6051f53.zip | |
front page docs updated to include old getting started section, update code styles to look like github gists, and lots more docs updates
Diffstat (limited to 'lib/forms.less')
| -rw-r--r-- | lib/forms.less | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/forms.less b/lib/forms.less index 938983536..8b85d240a 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -137,6 +137,16 @@ textarea { padding-top: 6px; // has to be padding because margin collaspes } +// Radios and checkboxes on same line +.radio.inline, +.checkbox.inline { + display: inline-block; +} +.radio.inline + .radio.inline, +.checkbox.inline + .checkbox.inline { + margin-left: 10px; +} + // FOCUS STATE |
