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: Remove styleguide specific styling, remove advanced elements Created Aug. 9, 2017, 4:47 p.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
« no previous file with comments | « includes/styleguide/grid/index.md ('k') | includes/styleguide/lists/definition.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/styleguide/grid/reversed.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/styleguide/grid/reversed.md
@@ -0,0 +1,11 @@
+
+### Reversed
+
+<div class="row reverse">
+ <div class="column one-fourth">A (one fourth)</div>
+ <div class="column one-fourth">B (one fourth)</div>
+ <div class="column one-fourth">C (one fourth)</div>
+ <div class="column one-fourth">D (one fourth)</div>
+ <div class="column three-fourths">E (three fourths)</div>
+ <div class="column one-fourth">F (one fourth)</div>
+</div>
« no previous file with comments | « includes/styleguide/grid/index.md ('k') | includes/styleguide/lists/definition.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld