aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-16 23:04:42 -0700
committerMark Otto <[email protected]>2015-04-16 23:04:42 -0700
commitcbf0e25280e4f9a5b94fc247cce1f012b7406271 (patch)
tree250d983e6cb4c2e26790891cc1aad998f100c661
parentb1f48d3098046584b7a6190d195aa77e4b17c01b (diff)
downloadbootstrap-cbf0e25280e4f9a5b94fc247cce1f012b7406271.tar.xz
bootstrap-cbf0e25280e4f9a5b94fc247cce1f012b7406271.zip
nav and typo
-rw-r--r--docs/_data/nav.yml8
-rw-r--r--docs/components/reboot.md2
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml
index 835c2cc02..f5537e2cf 100644
--- a/docs/_data/nav.yml
+++ b/docs/_data/nav.yml
@@ -71,6 +71,14 @@
- title: Components
pages:
+ - title: Reboot
+ sections:
+ - title: Approach
+ - title: Page defaults
+ - title: Headings and paragraphs
+ - title: Lists
+ - title: Tables
+ - title: Code blocks
- title: Jumbotron
- title: Page header
- title: Custom forms
diff --git a/docs/components/reboot.md b/docs/components/reboot.md
index c6d0c6c9f..c78a2bd35 100644
--- a/docs/components/reboot.md
+++ b/docs/components/reboot.md
@@ -25,7 +25,7 @@ The `<html>` and `<body>` elements are updated to provide better page-wide defau
- The `<body>` also sets a global `font-family` and `line-height`. This is inherited later by some form elements to prevent font inconsistencies.
- For safety, the `<body>` has a declared `background-color`, defaulting to `#fff`.
-## Headings and paragaphs
+## Headings and paragraphs
All heading elements—e.g., `<h1>`—and `<p>` are reset to have their `margin-top` removed. Headings have `margin-bottom: .5rem` added and paragraphs `margin-bottom: 1rem` for easy spacing.