Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: pages/utilities.html

Issue 29645589: Noissue - Add page descriptions to website-defaults pages (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Dec. 20, 2017, 12:25 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pages/index.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=Utilities 1 title=Utilities
2 description=HTML & SCSS component utilities
2 3
3 <h1>Utilities</h1> 4 <h1>Utilities</h1>
4 <p>HTML & SCSS component utilities</p> 5 <p>HTML & SCSS component utilities</p>
5 6
6 <ol> 7 <ol>
7 <li><a href="#backgrounds">Backgrounds</a></li> 8 <li><a href="#backgrounds">Backgrounds</a></li>
8 <li><a href="#text-alignment">Text Alignment</a></li> 9 <li><a href="#text-alignment">Text Alignment</a></li>
9 <li><a href="#lead-text">Lead text</a></li> 10 <li><a href="#lead-text">Lead text</a></li>
10 </ol> 11 </ol>
11 12
(...skipping 18 matching lines...) Expand all
30 31
31 <p class="text-right">Text aligned right</p> 32 <p class="text-right">Text aligned right</p>
32 33
33 <p class="text-end">Text aligned to the end of the container</p> 34 <p class="text-end">Text aligned to the end of the container</p>
34 35
35 <h2 id="lead-text">Lead text</h2> 36 <h2 id="lead-text">Lead text</h2>
36 37
37 <p class="lead"> "Lead text" is introductory text that is not part of a heading. </p> 38 <p class="lead"> "Lead text" is introductory text that is not part of a heading. </p>
38 39
39 <p>It is typically visually emphasized, not semantically emphasized, like <code> strong</code> or <code>em</code>.</p> 40 <p>It is typically visually emphasized, not semantically emphasized, like <code> strong</code> or <code>em</code>.</p>
OLDNEW
« no previous file with comments | « pages/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld