From e9b1422e8614a8f1deac08941e84d93b1c1f7d5b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 28 Jul 2013 01:39:15 -0700 Subject: [PATCH] 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.