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

Side by Side Diff: includes/styleguide/grid/4-column.html

Issue 29760671: Noissue - Updated grid example text colors (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created April 24, 2018, 4:23 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/styleguide/grid/3-column.html ('k') | includes/styleguide/grid/all-column-widths.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 <div class="row"> 2 <div class="row">
3 <div class="column one-fourth"><p class="inverse-text">A (one fourth)</p></div > 3 <div class="column one-fourth"><p class="bg-secondary">A (one fourth)</p></div >
4 <div class="column one-fourth"><p class="inverse-text">B (one fourth)</p></div > 4 <div class="column one-fourth"><p class="bg-secondary">B (one fourth)</p></div >
5 <div class="column one-fourth"><p class="inverse-text">C (one fourth)</p></div > 5 <div class="column one-fourth"><p class="bg-secondary">C (one fourth)</p></div >
6 <div class="column one-fourth"><p class="inverse-text">D (one fourth)</p></div > 6 <div class="column one-fourth"><p class="bg-secondary">D (one fourth)</p></div >
7 </div> 7 </div>
8 <div class="row"> 8 <div class="row">
9 <div class="column three-fourths"><p class="inverse-text">E (three fourths)</p ></div> 9 <div class="column three-fourths"><p class="bg-secondary">E (three fourths)</p ></div>
10 <div class="column one-fourth"><p class="inverse-text">F (one fourth)</p></div > 10 <div class="column one-fourth"><p class="bg-secondary">F (one fourth)</p></div >
11 </div> 11 </div>
OLDNEW
« no previous file with comments | « includes/styleguide/grid/3-column.html ('k') | includes/styleguide/grid/all-column-widths.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld