diff options
| author | Thomas Shinnick <[email protected]> | 2015-10-19 11:37:19 -0500 |
|---|---|---|
| committer | Thomas Shinnick <[email protected]> | 2015-10-19 11:37:19 -0500 |
| commit | 5b71753763b9f548d8a21f9e249fc0551732fd72 (patch) | |
| tree | 97c5a293f30d22ddcec7fddc2086e4f6cbe7a69d | |
| parent | 1f4401fd10880ba1160ceffb1d95e98277afb830 (diff) | |
| download | bootstrap-5b71753763b9f548d8a21f9e249fc0551732fd72.tar.xz bootstrap-5b71753763b9f548d8a21f9e249fc0551732fd72.zip | |
Fix three small typos
| -rw-r--r-- | docs/content/reboot.md | 4 | ||||
| -rw-r--r-- | docs/content/tables.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/reboot.md b/docs/content/reboot.md index b1f4da5b7..933df0e64 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -166,7 +166,7 @@ Various form elements have been rebooted for simpler base styles. Here are some - `<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. -- `<textarea>`s are modified to only be resizeble vertically as horizontal resizing often "breaks" page layout. +- `<textarea>`s are modified to only be resizable vertically as horizontal resizing often "breaks" page layout. These changes, and more, are demonstrated below. @@ -280,7 +280,7 @@ The default `margin` on blockquotes is `1em 40px`, so we reset that to `0 0 1rem ### Inline elements -The `<abbr>` element receives basic styling to make it stand the amongst paragraph text. +The `<abbr>` element receives basic styling to make it stand out amongst paragraph text. <div class="bd-example"> Nulla <abbr title="attribute">attr</abbr> vitae elit libero, a pharetra augue. diff --git a/docs/content/tables.md b/docs/content/tables.md index 1c58638a7..80bbbf854 100644 --- a/docs/content/tables.md +++ b/docs/content/tables.md @@ -451,7 +451,7 @@ Responsive tables make use of `overflow-y: hidden`, which clips off any content {% callout warning %} #### Firefox and fieldsets -Firefox has some awkward fieldset styling involving `width` that interferes with the responsive table. This cannot be overriden without a Firefox-specific hack that we **don't** provide in Bootstrap: +Firefox has some awkward fieldset styling involving `width` that interferes with the responsive table. This cannot be overridden without a Firefox-specific hack that we **don't** provide in Bootstrap: {% highlight css %} @-moz-document url-prefix() { |
