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

Side by Side Diff: includes/styleguide/grid/3-column.md

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Apply patch against CMS compatible website-defaults Created Aug. 8, 2017, 3:49 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
OLDNEW
(Empty)
1
2 ### 3-Column
3
4 <div class="row">
5 <div class="column one-third">A (one third)</div>
6 <div class="column one-third">B (one third)</div>
7 <div class="column one-third">C (one third)</div>
8 <div class="column two-thirds">D (two thirds)</div>
9 <div class="column one-third">E (one third)</div>
10 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld