-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (56 loc) · 855 Bytes
/
Copy pathstyle.css
File metadata and controls
59 lines (56 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
a {
color:blue;
}
#wrapper {
padding-top:30px;
text-align:center;
}
#wrapper #header {
font-family:sans-serif;
font-size:18px;
margin-top:40px;
padding-bottom:25px;
}
#header > span {
font-weight:bold;
display:inline-block;
width:150px;
}
#header #name {width:260px;}
#content {
display:inline-block;
text-align:left;
}
#content #add {color:blue;}
.todo {margin-bottom:20px;}
.todo > form, .todo > a, .todo > span, .todo > div {
padding:0px;
margin:0px;
display:inline-block;
text-align:left;
}
.todo > span {
width:260px;
}
.todo > div {
width:130px;
}
.todo > a {
width:60px;
margin-right:50px;
}
form#edit {
display:inline-block;
}
#edit input[type="text"] {
width:250px;
}
#edit div {
margin-bottom:25px;
}
#edit input[type="checkbox"] {
float:right;
}
#edit input[type="submit"] {
margin-top:30px;
}