diff --git a/docs/index.html b/docs/index.html index f3ef344637..ab33ea23cf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -411,7 +411,7 @@

Headings & copy

A standard typographic hierarchy for structuring your webpages.

-

The entire typographic grid is based on two Less variables in our preboot.less file: @basefont and @baseline. The first is the base font-size used throughout and the second is the base line-height.

+

The entire typographic grid is based on two Less variables in our preboot.less file: @baseFontSize and @baseLineHeight. The first is the base font-size used throughout and the second is the base line-height.

We use those variables, and some math, to create the margins, paddings, and line-heights of all our type and more.

@@ -467,7 +467,7 @@
-

Note: Each line in an <address> must end with a line-break (<br />) or be wrapped in a block-level tag (e.g., <p>) to properly structure the content.

+

Note: Each line in an <address> must end with a line-break (<br>) or be wrapped in a block-level tag (e.g., <p>) to properly structure the content.

Abbreviations

For abbreviations and acronyms, use the <abbr> tag (<acronym> is deprecated in HTML5). Put the shorthand form within the tag and set a title for the complete name.

@@ -522,7 +522,7 @@
-

Unstyled <ul.unstyled>

+

Unstyled <.unstyled>

-

Description dl

+

Description <dl>

Description lists
A description list is perfect for defining terms.
@@ -592,7 +592,7 @@ <code> - In a line of text like this, your wrapped code will look like this >html< element. + In a line of text like this, your wrapped code will look like this <html> element. <pre> @@ -1263,10 +1263,10 @@

Dropdowns included

-

As part of the main navigation, we’ve included the ability for you to add dropdowns to your nav. Check out the secondary nav above (right aligned) to see how it’s done. Dropdowns li tags also support .active for showing current page selection.

+

As part of the main navigation, we’ve included the ability for you to add dropdowns to your nav. Check out the secondary nav above (right aligned) to see how it’s done. Dropdowns <li> tags also support .active for showing current page selection.

-

Note: When using the topbar on any page, be sure to account for the overlap it causes by adding padding-top: 40px; to your body.

+

Note: When using the topbar on any page, be sure to account for the overlap it causes by adding padding-top: 40px; to your <body>.