Froze rails gems
[depot.git] / vendor / rails / railties / doc / guides / source / stylesheets / forms.css
1 label, input {
2 display: block;
3 float: left;
4 margin-bottom: 10px;
5 }
6
7 label {
8 text-align: right;
9 width: 80px;
10 padding-right: 5px;
11 font-weight: bold;
12 }
13
14
15 table {
16 border: 0;
17 }
18
19 form>h1{
20
21 padding-bottom: 2px;
22 border-bottom: 1px solid gray;
23 margin-bottom: 30px;
24
25 }
26
27 td {
28 vertical-align: top;
29 }
30
31 #livepreview {
32 padding: 5px;
33 border: 1px solid #ccc;
34
35 }