comparison doc/reference.css @ 0:4b915342e2a8

LuaSocket 2.0.2 + CMake build description.
author Eric Wing <ewing . public |-at-| gmail . com>
date Tue, 26 Aug 2008 18:40:01 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4b915342e2a8
1 body {
2 margin-left: 1em;
3 margin-right: 1em;
4 font-family: "Verdana", sans-serif;
5 }
6
7 tt {
8 font-family: "Andale Mono", monospace;
9 }
10
11 h1, h2, h3, h4 { margin-left: 0em; }
12
13
14 h3 { padding-top: 1em; }
15
16 p { margin-left: 1em; }
17
18 p.name {
19 font-family: "Andale Mono", monospace;
20 padding-top: 1em;
21 margin-left: 0em;
22 }
23
24 a[href] { color: #00007f; }
25
26 blockquote { margin-left: 3em; }
27
28 pre.example {
29 background: #ccc;
30 padding: 1em;
31 margin-left: 1em;
32 font-family: "Andale Mono", monospace;
33 font-size: small;
34 }
35
36 hr {
37 margin-left: 0em;
38 background: #00007f;
39 border: 0px;
40 height: 1px;
41 }
42
43 ul { list-style-type: disc; }
44
45 table.index { border: 1px #00007f; }
46 table.index td { text-align: left; vertical-align: top; }
47 table.index ul { padding-top: 0em; margin-top: 0em; }
48
49 h1:first-letter,
50 h2:first-letter,
51 h2:first-letter,
52 h3:first-letter { color: #00007f; }
53
54 div.header, div.footer { margin-left: 0em; }