]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nav and typo
authorMark Otto <markdotto@gmail.com>
Fri, 17 Apr 2015 06:04:42 +0000 (23:04 -0700)
committerMark Otto <markdotto@gmail.com>
Fri, 17 Apr 2015 06:04:42 +0000 (23:04 -0700)
docs/_data/nav.yml
docs/components/reboot.md

index 835c2cc02d891387ccdc9ae9bf36571e1d0ee13c..f5537e2cf92446fa8940d9ee94e28b6bd667cdb4 100644 (file)
 
 - 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
index c6d0c6c9f525bbce2bc2e2b83ce5454eaf185adb..c78a2bd35fbf4330d4c09dff0637594af3f19dc9 100644 (file)
@@ -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.