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

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

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Formatting fixes Created Aug. 11, 2017, 11:08 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
« no previous file with comments | « includes/styleguide/grid/all-column-widths.md ('k') | includes/styleguide/lists/description.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/styleguide/grid/index.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/styleguide/grid/index.md
@@ -0,0 +1,20 @@
+
+## Grid { #grid }
+
+### 2-Column { #2-col-grid }
+
+<? include styleguide/grid/2-column ?>
+
+### 3-Column { #3-col-grid }
+
+<? include styleguide/grid/3-column ?>
+
+### 4-Column { #4-col-grid }
+
+<? include styleguide/grid/4-column ?>
+
+### Reversed { #reversed-grid }
+
+<div class="reverse">
+ <? include styleguide/grid/4-column ?>
+</div>
« no previous file with comments | « includes/styleguide/grid/all-column-widths.md ('k') | includes/styleguide/lists/description.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld