diff --git a/css.html b/css.html index 4ffde3bb..95f9f095 100644 --- a/css.html +++ b/css.html @@ -45,13 +45,13 @@ base_url: "../"
@font-family-base, @font-size-base, and @line-height-base attributes as our typographic base@link-color and apply link underlines only on :hoverThese styles can be found within scaffolding.less.
+These styles can be found within scaffolding.less.
For improved cross-browser rendering, we use Normalize, a project by Nicolas Gallagher and Jonathan Neal.
Easily center a page's contents by wrapping its contents in a container. Containers set max-width at various media query breakpoints to match our grid system.
Easily center a page's contents by wrapping its contents in a .container. Containers set max-width at various media query breakpoints to match our grid system.
Style and content changes for simple variations on a standard blockquote.
+Style and content changes for simple variations on a standard <blockquote>.
Add <small> tag for identifying the source. Wrap the name of the source work in <cite>.
<section> should be wrapped as inline.
Examples of standard form controls supported in an example form layout.
Most common form control, text-based input fields. Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.
+Most common form control, text-based input fields. Includes support for all HTML5 types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.
Inputs will only be fully styled if their type is properly declared.