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

Side by Side Diff: pages/developer-styleguide.html

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Separate Content and Developer Styleguides Created Aug. 21, 2017, 10:18 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
« no previous file with comments | « pages/content-styleguide.md ('k') | pages/grid.html » ('j') | 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=Developer Styleguide
2
3 <h1>Developer Styleguide</h1>
4 <p>A guide to developing eyeo websites.</p>
5
6 <ol>
7 <li>
8 <a href="#typography">Typography</a>
9 <ol>
10 <li><a href="#headings">Headings</a></li>
11 <li><a href="#body-content">Body content</a></li>
12 <li><a href="#blockquotes">Blockquotes</a></li>
13 </ol>
14 </li>
15 <li>
16 <a href="#typography">Lists</a>
17 <ol>
18 <li><a href="#ordered-lists">Ordered lists</a></li>
19 <li><a href="#unordered-lists">Unordered lists</a></li>
20 <li><a href="#description-lists">Description lists</a></li>
21 </ol>
22 </li>
23 <li>
24 <a href="#grid">Grid</a>
25 <ol>
26 <li><a href="#2-col-grid">2-column grid</a></li>
27 <li><a href="#3-col-grid">3-column grid</a></li>
28 <li><a href="#4-col-grid">4-column grid</a></li>
29 <li><a href="#reversed-grid">Reversed grid</a></li>
30 </ol>
31 </li>
32 </ol>
33
34 <? include styleguide/typography/index ?>
35 <? include styleguide/lists/index ?>
36 <? include styleguide/grid/index ?>
OLDNEW
« no previous file with comments | « pages/content-styleguide.md ('k') | pages/grid.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld