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 ``s and ensure consistent `text-a -## Code blocks - -The `
` 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: +- `
`s have no borders, padding, or margin so they can be easily used as wrappers for individual inputs or groups of inputs. += ``s, like fieldsets, have also been restyled to be displayed as a heading of sorts. +- `