summaryrefslogtreecommitdiff
path: root/index.css
blob: 782c5289b79084ecef08e2d7f523b6b76d052303 (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
table th {
	text-align: left;
}
table tbody {
	background-color: lightblue;
}
table tr:nth-child(even) {
	background-color: white;
}

table.users {
	margin-bottom: 20px;
}
	table.users td {
		width: 110px;
	}

table.rankings {	

}
	table.rankings td {
		width: 110px;
	}
	table.rankings tr td:first-child {
		font-weight: bold;
	}