File: md.css

package info (click to toggle)
golang-github-ulikunitz-xz 0.5.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,496 kB
  • sloc: makefile: 7; sh: 5
file content (20 lines) | stat: -rw-r--r-- 279 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
/* md.css */

body {
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	width: 40em;
	background-color: #FFFAF0;
}

h1 { font-size: 18pt; }

h2 { font-size: 14pt; }

h3 { font-size: 12pt; }

h4 { font-size: 10pt; }

code { font-size: 10pt; }

.nobr { white-space: nowrap; }