File: oldstyle.css

package info (click to toggle)
lighttpd 1.4.13-4etch12
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,480 kB
  • ctags: 3,537
  • sloc: ansic: 37,630; sh: 8,915; perl: 2,215; yacc: 584; makefile: 374; php: 9
file content (25 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (14)
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
table {
	border: 1px solid black;
	padding: 1px;
}
th {
	background-color: black;
	border: 1px solid white;
	color: white;
	padding-right: 2px;
	padding-left: 2px;
}
td {
	background-color: #f0f0f0;
	border: 1px solid white;
	padding-right: 2px;
	padding-left: 2px;
}
td.s {
	background-color: #f0f0f0;
	text-align: right;
	padding-left: 14px;
}
div.foot {
	margin-top: 4px;
}