File: markdown-report-styles.css

package info (click to toggle)
cl-markdown 20101006-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 556 kB
  • sloc: lisp: 5,863; makefile: 11
file content (40 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
39
40
body {
  font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 0.5in;
	margin-left: 0.5in;
	margin-bottom: 0.25px;
}

.markdown-report {
	margin-left: 4em;
}

#main-content {
	float: left;
	width: 80%;
	margin-bottom: 2em;
	line-height: 1.4;
	font-size: 80%;
}

#footer {
	margin-top: 2em;
	margin-bottom: 2em;
	padding-top: 0.25em;
	border-top-style: inset;
	border-top-width: 3px;
	clear: both;
	width: 80%;
}

div.markdown-report h1,h2 {
	margin-left: -2em;
	clear: both;
	margin-bottom: 0.5em;
}

.markdown-report span {
	float: left;
	display: block;
	width: 2.5in;
}