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

Side by Side Diff: pages/styleguide.html

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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« pages/grid.html ('K') | « pages/index.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 title=Styleguide
2
3 <h1>Styleguide</h1>
4
5 <ol>
juliandoucette 2017/08/10 16:49:31 Note: We aught to create a TOC component :D (later
ire 2017/08/11 11:09:48 Yup, definitely!
6 <li>
7 <a href="#typography">Typography</a>
8 <ol>
9 <li><a href="#headings">Headings</a></li>
10 <li><a href="#body-content">Body content</a></li>
11 <li><a href="#blockquotes">Blockquotes</a></li>
12 </ol>
13 </li>
14 <li>
15 <a href="#typography">Lists</a>
16 <ol>
17 <li><a href="#ordered-lists">Ordered lists</a></li>
18 <li><a href="#unordered-lists">Unordered lists</a></li>
19 <li><a href="#description-lists">Description lists</a></li>
20 </ol>
21 </li>
22 <li>
23 <a href="#grid">Grid</a>
24 <ol>
25 <li><a href="#2-col-grid">2-column grid</a></li>
26 <li><a href="#3-col-grid">3-column grid</a></li>
27 <li><a href="#4-col-grid">4-column grid</a></li>
28 <li><a href="#reversed-grid">Reversed grid</a></li>
29 </ol>
30 </li>
31 </ol>
32
33 <? include styleguide/typography/index ?>
34 <? include styleguide/lists/index ?>
35 <? include styleguide/grid/index ?>
OLDNEW
« pages/grid.html ('K') | « pages/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld