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

Unified Diff: includes/styleguide/grid/reversed.md

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Use includes for each demo Created Aug. 10, 2017, 9:52 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: includes/styleguide/grid/reversed.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/styleguide/grid/reversed.md
@@ -0,0 +1,11 @@
+
+<div class="row reverse">
+ <div class="column one-fourth"><p class="inverse-text">A (one fourth)</p></div>
+ <div class="column one-fourth"><p class="inverse-text">B (one fourth)</p></div>
+ <div class="column one-fourth"><p class="inverse-text">C (one fourth)</p></div>
+ <div class="column one-fourth"><p class="inverse-text">D (one fourth)</p></div>
+</div>
+<div class="row reverse">
+ <div class="column three-fourths"><p class="inverse-text">E (three fourths)</p></div>
+ <div class="column one-fourth"><p class="inverse-text">F (one fourth)</p></div>
+</div>

Powered by Google App Engine
This is Rietveld