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: More basic styleguide Created Aug. 3, 2017, 3:10 p.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/index.html ('k') | settings.ini » ('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=Styleguide
2
3 <link rel="stylesheet" href="/css/website-defaults.css">
ire 2017/08/03 15:19:06 This link wouldn't be here in the actual styleguid
4 <? include styleguide/style ?>
5
6 <div class="sg-body">
7 <header class="sg-section">
8 <h1>Styleguide</h1>
9 </header>
10
11 <section class="sg-section">
12 <? include styleguide/typography/index ?>
13 </section>
14
15 <section class="sg-section">
16 <? include styleguide/lists/index ?>
17 </section>
18
19 <section class="sg-section">
20 <? include styleguide/grid/index ?>
21 </section>
22 </div>
OLDNEW
« no previous file with comments | « pages/index.html ('k') | settings.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld