From e9b1422e8614a8f1deac08941e84d93b1c1f7d5b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 01:39:15 -0700 Subject: add commas in a couple places --- css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css.html') diff --git a/css.html b/css.html index 095be1deb..e93d51b41 100644 --- a/css.html +++ b/css.html @@ -622,7 +622,7 @@ base_url: "../"

For quoting blocks of content from another source within your document.

Default blockquote

-

Wrap <blockquote> around any HTML as the quote. For straight quotes we recommend a <p>.

+

Wrap <blockquote> around any HTML as the quote. For straight quotes, we recommend a <p>.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

@@ -833,7 +833,7 @@ For example, <section> should be wrapped as inline.
<p>Sample text here...</p>
{% endhighlight %} -

You may optionally add the .pre-scrollable class which will set a max-height of 350px and provide a y-axis scrollbar.

+

You may optionally add the .pre-scrollable class, which will set a max-height of 350px and provide a y-axis scrollbar.

-- cgit v1.2.3 From d0a2a62cd774fca9fd2664e0eaf9b93377aa0dbf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 01:41:39 -0700 Subject: expand out IE for consistency w/ the rest of the page --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css.html') diff --git a/css.html b/css.html index e93d51b41..4ffde3bb2 100644 --- a/css.html +++ b/css.html @@ -893,7 +893,7 @@ For example, <section> should be wrapped as inline.

Use .table-striped to add zebra-striping to any table row within the <tbody>.

Cross-browser compatibility

-

Striped tables are styled via the :nth-child CSS selector, which is not available in IE8.

+

Striped tables are styled via the :nth-child CSS selector, which is not available in Internet Explorer 8.

-- cgit v1.2.3 From 7bcee1acd2e0c96ffb8895f6b72505bc377c8ec1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 01:38:48 -0700 Subject: apply in a few places --- css.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css.html') diff --git a/css.html b/css.html index 4ffde3bb2..95f9f095e 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.

    -- cgit v1.2.3