aboutsummaryrefslogtreecommitdiff
path: root/docs/index.css
blob: 6a6e1637422096fef38d904e683e2f6688197375 (plain)
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
ul {
	list-style-type: none ;
}

ul.contents {
	padding: 0 ;
}

table {
	border: none ;
	border-spacing: 0 ;
	border-collapse: collapse ;
}

td {
	vertical-align: top ;
	padding: 0 ;
	text-align: left ;
	line-height: 1.25 ;
	width: 15% ;
}

table.striped tr:nth-child(even) {
	background-color: #E8E8E8 ;
}

table.striped tr:nth-child(odd) {
	background-color: #F4F4F4 ;
}