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

Side by Side Diff: demo/index.html

Issue 29361708: Issue 4609 - Default grid component (Closed)
Patch Set: Updated name, inverse class, and documentation Created Dec. 1, 2016, 6:45 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 This file is part of website-defaults 3 This file is part of website-defaults
4 Copyright (C) 2016 Eyeo GmbH 4 Copyright (C) 2016 Eyeo GmbH
5 5
6 website-defaults is free software: you can redistribute it and/or 6 website-defaults is free software: you can redistribute it and/or
7 modify it under the terms of the GNU General Public License as published by 7 modify it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or 8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version. 9 (at your option) any later version.
10 10
(...skipping 17 matching lines...) Expand all
28 <body> 28 <body>
29 <div class="container"> 29 <div class="container">
30 30
31 <h1>Website defaults</h1> 31 <h1>Website defaults</h1>
32 <p>Sensible defaults for Eyeo websites.</p> 32 <p>Sensible defaults for Eyeo websites.</p>
33 33
34 <h2>Components</h2> 34 <h2>Components</h2>
35 35
36 <ol> 36 <ol>
37 <li><a href="content.html">Content</a></li> 37 <li><a href="content.html">Content</a></li>
38 <li><a href="grid.html">Grid</a></li>
38 </ol> 39 </ol>
39 40
40 </div> 41 </div>
41 </body> 42 </body>
42 </html> 43 </html>
OLDNEW
« demo/grid.html ('K') | « demo/grid.html ('k') | scss/_grid.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld