aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-02-16 13:49:46 -0800
committerChris Rebert <[email protected]>2016-02-16 13:49:46 -0800
commitc8e1a20b5edd42a2b0c417a099566429e085b233 (patch)
treebf679985d55fdb92525abe1dd5977755192490e7 /docs
parent9e57584f7f5c66ea6b2fa895068b9fc7d0e2fec0 (diff)
parent87d248a482d4d5a83f71c31d3d45f529f4631a1d (diff)
downloadbootstrap-c8e1a20b5edd42a2b0c417a099566429e085b233.tar.xz
bootstrap-c8e1a20b5edd42a2b0c417a099566429e085b233.zip
Merge pull request #19224 from kandros/v4-dev
Fix typos in documentation - in plural tag names in reboot.md [skip sauce]
Diffstat (limited to 'docs')
-rw-r--r--docs/content/reboot.md2
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.