Skip to content

Commit

Permalink
Merge pull request Semantic-Org#1186 from fabienb4/patch-1
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
jlukic committed Oct 22, 2014
2 parents 9d5ed7e + 1d6fcee commit 577f644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/documents/guide/cssguide.html.eco
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ type : 'UI Guide'
</div>

<h3 class="ui header"><em>Recursively</em> Relative</h3>
<p>Using EMs multiplicative nature can be used to your advantage. Instead of defining multiple tiers of a menu system, consider using ems to reduce each tier's sizing. As you continue to nest menu elements each nested menu will computer its values with smaller proportions.</p>
<p>Using EMs multiplicative nature can be used to your advantage. Instead of defining multiple tiers of a menu system, consider using ems to reduce each tier's sizing. As you continue to nest menu elements each nested menu will compute its values with smaller proportions.</p>
<div class="code" data-type="css">
.ui.menu {
font-size: 1rem;
Expand Down Expand Up @@ -548,4 +548,4 @@ type : 'UI Guide'
font-size: 0.8em;
}
</div>
</div>
</div>

0 comments on commit 577f644

Please sign in to comment.