File: ChangesFixedWidthStyle.css

package info (click to toggle)
lucene4.10 4.10.4%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 81,260 kB
  • sloc: java: 499,919; xml: 17,224; python: 1,956; perl: 1,177; cpp: 330; jsp: 125; makefile: 16; sh: 10
file content (37 lines) | stat: -rw-r--r-- 445 bytes parent folder | download | duplicates (30)
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
body {
  font-family: Courier New, monospace;
  font-size: 10pt;
}

h1 {
  font-family: Courier New, monospace;
  font-size: 10pt;
}

h2 {
  font-family: Courier New, monospace;
  font-size: 10pt; 
}

h3 {
  font-family: Courier New, monospace;
  font-size: 10pt; 
}

a:link {
  color: blue;
}

a:visited {
  color: purple; 
}

li.bulleted-list {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

li {
  margin-top: 1em;
  margin-bottom: 1em;
}