]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typos in plural tag names 19224/head
authorJaga Santagostino <kandros5591@gmail.com>
Tue, 16 Feb 2016 19:29:59 +0000 (20:29 +0100)
committerJaga Santagostino <kandros5591@gmail.com>
Tue, 16 Feb 2016 19:29:59 +0000 (20:29 +0100)
docs/content/reboot.md

index 73ea411719e83d09375370545449373c282a3619..de3f47a9fd7aa8574f5abb89733c1de0f5746e5b 100644 (file)
@@ -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.