-
Notifications
You must be signed in to change notification settings - Fork 0
/
yaffi.css
64 lines (52 loc) · 816 Bytes
/
yaffi.css
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
60
61
62
63
64
div.fanficDetails {
max-width:60em;
margin:auto;
padding:0 1em;
}
.pageHeader {
height : 50px;
margin-left: auto;
margin-right: auto;
}
.headerMenu ul {
padding-left: 0;
margin-left: none;
}
.headerMenu li, input, form {
list-style: none;
margin-left: 4px;
margin-right: 4px;
display: inline;
clear: none;
}
.menuRight {
float: right;
}
.menuLeft {
float: left;
}
ul.commaList {
display: inline;
list-style: none;
padding: 0;
}
ul.commaList li {
display: inline;
}
ul.commaList li:after {
content: ", ";
}
ul.commaList li:last-child:after {
content: "";
}
th {
white-space: nowrap;
vertical-align: top;
text-align: left;
}
td.description p:first-child {
margin-top: 0;
}
td.description p:last-child {
margin-bottom : 0;
}