| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 title=Styleguide | |
| 2 | |
| 3 <? include styleguide/style ?> | |
| 4 | |
| 5 <div class="sg-body"> | |
|
juliandoucette
2017/08/09 12:06:54
Like I said in `style.html` I think the `.containe
ire
2017/08/09 16:50:31
Done.
| |
| 6 <header class="sg-section"> | |
|
juliandoucette
2017/08/09 12:06:54
NIT: A header without additional headings or style
ire
2017/08/09 16:50:31
Done.
| |
| 7 <h1>Styleguide</h1> | |
| 8 </header> | |
| 9 | |
| 10 <section class="sg-section"> | |
|
juliandoucette
2017/08/09 12:06:54
NIT: I don't think these sections are necessary (t
ire
2017/08/09 16:50:31
Done.
| |
| 11 <? include styleguide/typography/index ?> | |
| 12 </section> | |
| 13 | |
| 14 <section class="sg-section"> | |
| 15 <? include styleguide/lists/index ?> | |
| 16 </section> | |
| 17 | |
| 18 <section class="sg-section"> | |
| 19 <? include styleguide/grid/index ?> | |
| 20 </section> | |
| 21 </div> | |
| OLD | NEW |