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

Side by Side Diff: pages/content.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 | « no previous file | pages/content-styleguide.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 title=Content 1 title=Content
2 description=Default styles for a subset of HTML5 elements that are supported by Markdown and recommended for website content and styleguide coverage
2 3
3 <h1>Content</h1> 4 <h1>Content</h1>
4 <p>Default styles for a subset of HTML5 elements that are supported by Markdown and recommended for website content and styleguide coverage.</p> 5 <p>Default styles for a subset of HTML5 elements that are supported by Markdown and recommended for website content and styleguide coverage.</p>
5 6
6 <ol> 7 <ol>
7 <li><a href="#headings">Headings</a></li> 8 <li><a href="#headings">Headings</a></li>
8 <li><a href="#body-content">Body content</a></li> 9 <li><a href="#body-content">Body content</a></li>
9 <li><a href="#lists">Lists</a></li> 10 <li><a href="#lists">Lists</a></li>
10 <li><a href="#images">Images</a></li> 11 <li><a href="#images">Images</a></li>
11 </ol> 12 </ol>
(...skipping 16 matching lines...) Expand all
28 <? include styleguide/lists/description ?> 29 <? include styleguide/lists/description ?>
29 30
30 <h2 id="images">Images</h2> 31 <h2 id="images">Images</h2>
31 <p> 32 <p>
32 <img src="//placehold.it/480x240?text=Fixed width" /> 33 <img src="//placehold.it/480x240?text=Fixed width" />
33 </p> 34 </p>
34 <p> 35 <p>
35 <img class="full-width" src="//placehold.it/960x240?text=Full width" /> 36 <img class="full-width" src="//placehold.it/960x240?text=Full width" />
36 </p> 37 </p>
37 38
OLDNEW
« no previous file with comments | « no previous file | pages/content-styleguide.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld