Skip to content

Commit

Permalink
Fixing some typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dovyski committed Jul 2, 2012
1 parent 5d080e8 commit 8ce7d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dossier-03.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2>Image demonstration</h2>
<img src="./img/dossier-03/image-ant.png" class="media-left" />
<p>The image at the beginning of this dossier (the big orange one) has the <code>media-headline</code> class in action. It makes the image fill completly the page, adjusting its size to fit the area.</p>
<p>The image of an ant featured above has the <code>media-right</code> class in action, so it will float to the right of the page. Its size will be adjusted to fit the page. The image on the left of this text has the <code>media-left</code> class.</p>
<p>The image below has the <code>media-center</code> class in action, which will make it adjust its size to fill almost all page content.</p>
<p>The image below has the <code>media-center</code> class in action, which will make the image to adjust its size to fill almost all page content.</p>
<img src="./img/dossier-03/image-ant.png" class="media-center" />
</div>

Expand Down
2 changes: 1 addition & 1 deletion dossier-04.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>Enhanced content</h1>

<div class="medium-column float-left new-line">
<h2>Quotes</h2>
<p>If your text has a quote, you can use the <code>&lt;w:quote /&gt;</code> tag to display it. All text within that custom tags will be displayed between quote marks, inside a box.</p>
<p>If your text has a quote, you can use the <code>&lt;w:quote&gt;</code> tag to display it. All text within that custom tags will be displayed between quote marks, inside a box.</p>
<p>The code below will produce the quotes on the right:</p>
</div>

Expand Down

0 comments on commit 8ce7d51

Please sign in to comment.