unencoded quotes, apostrophes, and dashes

This commit is contained in:
Nevan Scott
2014-04-22 14:07:42 -04:00
parent 40acd6bf46
commit 77b66de575
25 changed files with 56 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
<blockquote class='quote-from-book'> <p><span class='ic'>&#8220;</span>The function of a paragraph indent is to mark a pause, setting the paragraph apart from what precedes it. If a paragraph is preceded by a title or subhead, the indent is superfluous and can therefore be omitted.&#8221;</p>
<blockquote class='quote-from-book'> <p><span class='ic'></span>The function of a paragraph indent is to mark a pause, setting the paragraph apart from what precedes it. If a paragraph is preceded by a title or subhead, the indent is superfluous and can therefore be omitted.</p>
</blockquote>
<p>Paragraphs, and other block level elements, are indented using the <code>text-indent</code> property. To ensure a paragraph is set flush left, the text-indent should be set to&nbsp;zero:</p>