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

Side by Side Diff: test/button-links.html

Issue 29365594: Issue 4633 - Default form styles (Closed)
Patch Set: Created Nov. 29, 2016, 4:29 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
(Empty)
1 <!DOCTYPE html>
2 <!--
3 This file is part of website-defaults
4 Copyright (C) 2016 Eyeo GmbH
5
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
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10
11 website-defaults is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with website-defaults. If not, see <http://www.gnu.org/licenses/>.
18 -->
19 <html dir="ltr">
20
21 <head>
22 <meta charset="utf-8">
23 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to- fit=no">
24 <meta http-equiv="x-ua-compatible" content="ie=edge">
25 <title>Button links</title>
26 <link rel="stylesheet" href="css/main.css">
27 <link rel="stylesheet" href="css/demo.css">
28 </head>
29
30 <body>
31 <div class="container">
32
33 <h1>Button links</h1>
34 <p>Default button styles for links.</p>
35
36 <h2>Requirements</h2>
37 <ul>
38 <li>
39 Types
40 <ul>
41 <li>Button</li>
42 <li>Submit</li>
43 </ul>
44 <li>
45 Support
46 <ul>
47 <li><a id="dir" onclick="changeDirection()">Right-to-left</a></li>
saroyanm 2016/12/06 18:26:55 Detail: we decided to remove Change direction and
juliandoucette 2016/12/07 17:31:10 Acknowledged. I will change this.
48 <li><a href="http://browserl.ist/?q=last+2+versions%2C+Safari+6%2C+IE+ 8">Last 2 versions, Safari 6, IE 8</a></li>
49 </ul>
50 </li>
51 </ul>
52
53 <h3>Button</h3>
54 <p>
55 <a class="button" href="#">Default button</a>
56 </p>
57
58 <h3>Submit</h3>
59 <p>
60 <a class="button submit" href="#">Submit button</a>
61 </p>
62
63 </div>
64 <script src="js/demo.js"></script>
65 </body>
66
67 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld