diff --git a/css.html b/css.html index 4ffde3bb27..95f9f095e1 100644 --- a/css.html +++ b/css.html @@ -45,13 +45,13 @@ base_url: "../"
  • Use the @font-family-base, @font-size-base, and @line-height-base attributes as our typographic base
  • Set the global link color via @link-color and apply link underlines only on :hover
  • -

    These styles can be found within scaffolding.less.

    +

    These styles can be found within scaffolding.less.

    Normalize reset

    For improved cross-browser rendering, we use Normalize, a project by Nicolas Gallagher and Jonathan Neal.

    Centering with container

    -

    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.

    {% highlight html %}
    ... @@ -635,7 +635,7 @@ base_url: "../" {% endhighlight %}

    Blockquote options

    -

    Style and content changes for simple variations on a standard blockquote.

    +

    Style and content changes for simple variations on a standard <blockquote>.

    Naming a source

    Add <small> tag for identifying the source. Wrap the name of the source work in <cite>.

    @@ -1312,7 +1312,7 @@ For example, <section> should be wrapped as inline.

    Examples of standard form controls supported in an example form layout.

    Inputs

    -

    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.

    Type declaration required

    Inputs will only be fully styled if their type is properly declared.