Skip to content

Commit

Permalink
[css-cascade-3] Make example clearer. Fixes #664.
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Mar 30, 2017
1 parent d6f12d2 commit 09f68b4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions css-cascade-3/Overview.bs
Expand Up @@ -725,6 +725,26 @@ Important Declarations: the ''!important'' annotation</h3>
p { font: normal 12pt sans-serif !important }
p { font-size: 24pt }
</pre>

<table class="data">
<thead>
<tr>
<th>Property
<th>Winning value
<tbody>
<tr>
<th>'text-indent'
<td>''1em''
<tr>
<th>'font-style'
<td>''font-style/italic''
<tr>
<th>'font-size'
<td>''12pt''
<tr>
<th>'font-family'
<td>''sans-serif''
</table>
</div>

<h3 id="preshint">
Expand Down

0 comments on commit 09f68b4

Please sign in to comment.