From 7049a07444173d002d7b8b70a3d85f91ff7a4b97 Mon Sep 17 00:00:00 2001
From: Mark Otto
Date: Fri, 17 Apr 2015 00:22:35 -0700
Subject: More reboot work, commenting out things that have been moved over
---
docs/components/reboot.md | 177 ++++++++++++++++++----------------------------
1 file changed, 70 insertions(+), 107 deletions(-)
(limited to 'docs/components')
diff --git a/docs/components/reboot.md b/docs/components/reboot.md
index c78a2bd35..0c9d3d564 100644
--- a/docs/components/reboot.md
+++ b/docs/components/reboot.md
@@ -97,6 +97,20 @@ For simpler styling, clear hierarchy, and better spacing, description lists have
{% endmarkdown %}
+## Preformatted text
+
+The `
` element is reset to remove its `margin-top` and use `rem` units for its `margin-bottom`.
+
+
+{% markdown %}
+
+.element {
+ margin-bottom: 1rem;
+}
+
+{% endmarkdown %}
+
+
## Tables
Tables are slightly adjusted to style `
`s and ensure consistent `text-align` throughout.
@@ -137,99 +151,19 @@ Tables are slightly adjusted to style `
` element is reset to remove its `margin-top` and use `rem` units for its `margin-bottom`.
-
-
-{% markdown %}
-
-.element {
- margin-bottom: 1rem;
-}
-
-{% endmarkdown %}
-
-
-
-## Inline elements
-
-
-{% markdown %}
-Praesent commodo cursus magna, vel scelerisque nisl consectetur et. For example, `` should be wrapped as inline. Nulla attr vitae elit libero, a pharetra augue. Donec id elit non mi porta gravida at eget metus.
-{% endmarkdown %}
-
+## Forms
+Various form elements have been rebooted for simpler base styles. Here are some of the most notable changes:
+- `
-
+
-
+
-
+
-
+
@@ -283,23 +217,13 @@ Praesent commodo cursus magna, vel scelerisque nisl consectetur et. For example,
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
@@ -315,3 +239,42 @@ Praesent commodo cursus magna, vel scelerisque nisl consectetur et. For example,
+
+## Misc elements
+
+### Address
+
+The `` element is updated to reset the browser default `font-style` from `italic` to `normal`. `line-height` is also now inherited, and `margin-bottom: 1rem` has been added.
+
+
+
+ Twitter, Inc.
+ 795 Folsom Ave, Suite 600
+ San Francisco, CA 94107
+ P: (123) 456-7890
+
+
+
+ Full Name
+ first.last@example.com
+
+
+
+### Blockquote
+
+The default `margin` on blockquotes is `1em 40px`, so we reset that to `0 0 1rem` for something more consistent with other elements.
+
+
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
+
+
+
+
+### Inline elements
+
+The `` element receives basic styling to make it stand the amongst paragraph text.
+
+
+ Nulla attr vitae elit libero, a pharetra augue.
+