aboutsummaryrefslogtreecommitdiffstats
path: root/build/docs/style/cat.css
blob: e84f08f27789f057dbf6d068f8c471a4d3b10da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
html, body {
	background: #FFF;
	color: #000;
	font-family: Arial;
	font-size: 12px;
}

h2 {
	clear: both;
	border-bottom: 1px solid #EEE;
	margin-top: 15px;
}

ul {
	list-style: none;
	overflow: auto;
}

li {
	float: left;
	width: 20%;
}