From e9b1422e8614a8f1deac08941e84d93b1c1f7d5b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 01:39:15 -0700 Subject: [PATCH 1/2] add commas in a couple places --- css.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css.html b/css.html index 095be1deb1..e93d51b410 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.

From d0a2a62cd774fca9fd2664e0eaf9b93377aa0dbf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 01:41:39 -0700 Subject: [PATCH 2/2] expand out IE for consistency w/ the rest of the page --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index e93d51b410..4ffde3bb27 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.