File: docbook.local.css

package info (click to toggle)
libcoap3 4.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,368 kB
  • sloc: ansic: 60,037; makefile: 1,280; sh: 938; python: 6
file content (47 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (3)
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
41
42
43
44
45
46
47
body pre {
  margin: 0.5em 10% 0.5em 1em;
  line-height: 1.0;
  color: navy;
}
dl {
  margin: .2em 0;
  line-height: 1.2;
}

dt {
  margin-top: 0.1em;
}

span.man-highlight { background: yellow; }

a.st-desc {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.st-desc:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.st-desc:hover {
	text-decoration: underline;
}

a.st-synopsis {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.st-synopsis:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.st-synopsis:hover {
	text-decoration: underline;
}