File: starplot.css

package info (click to toggle)
starplot 0.95.5-8.2%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,476 kB
  • sloc: ansic: 11,296; cpp: 6,418; sh: 5,092; makefile: 613; yacc: 289; sed: 16
file content (28 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (5)
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
body {
	color: black;
	background-color: white;
	font-family: arial, helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

img {
	padding: 10px;
}

p img {
	padding: 0;
}

div.aside {
	background-color: #f0f0f0;
	font-size: -1;
	padding: 10px 20px 10px 20px;
	border: black solid 1px;
}