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

Side by Side Diff: includes/tests/unstyled/list.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 | « no previous file | includes/tests/unstyled/list-item.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <h4 id="unstyled-list-parent"><pre>.unstylied</pre> applied to list</h4>
2
3 <ul class="unstyled">
4 <li>Level 1 item 1</li>
5 <li>
6 Level 1 item 2
7 <ul>
8 <li>Level 2 item 1</li>
9 <li>Level 2 item 2</li>
10 </ul>
11 </li>
12 <li>Level 1 item 3</li>
13 </ul>
OLDNEW
« no previous file with comments | « no previous file | includes/tests/unstyled/list-item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld