xref: /lighttpd1.4/doc/oldstyle.css (revision 2477686b)
1table {
2	border: 1px solid black;
3	padding: 1px;
4}
5th {
6	background-color: black;
7	border: 1px solid white;
8	color: white;
9	padding-right: 2px;
10	padding-left: 2px;
11}
12td {
13	background-color: #f0f0f0;
14	border: 1px solid white;
15	padding-right: 2px;
16	padding-left: 2px;
17}
18td.s {
19	background-color: #f0f0f0;
20	text-align: right;
21	padding-left: 14px;
22}
23div.foot {
24	margin-top: 4px;
25}
26