diff options
| author | Mark Otto <[email protected]> | 2016-02-16 20:25:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-16 20:25:40 -0800 |
| commit | e194db05c8494ccfe6de5c906e9c14b16daf61e8 (patch) | |
| tree | f9ec60236ee4715e6b586b54b66bbafb89f86bb3 /docs/content | |
| parent | 7441beba67bb2e387e647de5d7f69566565594a8 (diff) | |
| parent | aca4be6539b33d74b473c441c05b18f4dc850cb1 (diff) | |
| download | bootstrap-e194db05c8494ccfe6de5c906e9c14b16daf61e8.tar.xz bootstrap-e194db05c8494ccfe6de5c906e9c14b16daf61e8.zip | |
Merge branch 'v4-dev' into mark-padding
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/reboot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/reboot.md b/docs/content/reboot.md index 73ea41171..de3f47a9f 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -193,7 +193,7 @@ Various form elements have been rebooted for simpler base styles. Here are some - `<fieldset>`s have no borders, padding, or margin so they can be easily used as wrappers for individual inputs or groups of inputs. - `<legend>`s, like fieldsets, have also been restyled to be displayed as a heading of sorts. - `<label>`s are set to `display: inline-block` to allow `margin` to be applied. -- `<input>`s, `<selects>`s, `<textareas>`s, and `<buttons>`s are mostly addressed by Normalize, but Reboot removes their `margin` and sets `line-height: inherit`, too. +- `<input>`s, `<select>`s, `<textarea>`s, and `<button>`s are mostly addressed by Normalize, but Reboot removes their `margin` and sets `line-height: inherit`, too. - `<textarea>`s are modified to only be resizable vertically as horizontal resizing often "breaks" page layout. These changes, and more, are demonstrated below. |
