0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

nav and typo

This commit is contained in:
Mark Otto 2015-04-16 23:04:42 -07:00
parent b1f48d3098
commit cbf0e25280
2 changed files with 9 additions and 1 deletions

View File

@ -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

View 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.