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

Side by Side Diff: pages/utilities.html

Issue 29612659: Issue 6061 - website-defaults unstyled ul doesn't unstyle li (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Nov. 20, 2017, 2:58 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 | « includes/tests/unstyled/lists.html ('k') | static/scss/_utilities.scss » ('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=Utilities 1 title=Utilities
2 2
3 <h1>Utilities</h1> 3 <h1>Utilities</h1>
4 <p>HTML & SCSS component utilities</p> 4 <p>HTML & SCSS component utilities</p>
5 5
6 <ol> 6 <ol>
7 <li><a href="#backgrounds">Backgrounds</a></li> 7 <li><a href="#backgrounds">Backgrounds</a></li>
8 <li><a href="#text-alignment">Text Alignment</a></li> 8 <li><a href="#text-alignment">Text Alignment</a></li>
9 </ol> 9 </ol>
10 10
(...skipping 12 matching lines...) Expand all
23 23
24 <p class="text-center">Text aligned center</p> 24 <p class="text-center">Text aligned center</p>
25 25
26 <p class="text-left">Text aligned left</p> 26 <p class="text-left">Text aligned left</p>
27 27
28 <p class="text-start">Text aligned to the start of the container</p> 28 <p class="text-start">Text aligned to the start of the container</p>
29 29
30 <p class="text-right">Text aligned right</p> 30 <p class="text-right">Text aligned right</p>
31 31
32 <p class="text-end">Text aligned to the end of the container</p> 32 <p class="text-end">Text aligned to the end of the container</p>
33
34 <h2 id="unstyled">Unstyled</h2>
35
36 <? include tests/unstyled/lists ?>
OLDNEW
« no previous file with comments | « includes/tests/unstyled/lists.html ('k') | static/scss/_utilities.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld