aboutsummaryrefslogtreecommitdiff
path: root/doc/reference.css
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-24 02:47:24 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-24 02:47:24 +0000
commit62a4c505e488c714e8795ea85564504562d30301 (patch)
treef270f53f26905b7275cea172e52ebc269a41c695 /doc/reference.css
parent0c9f420a3549df3fb331bb24157b65a3301641d4 (diff)
downloadluasocket-62a4c505e488c714e8795ea85564504562d30301.tar.gz
luasocket-62a4c505e488c714e8795ea85564504562d30301.tar.bz2
luasocket-62a4c505e488c714e8795ea85564504562d30301.zip
Working on the manual...
Making better tests for error messages. Changed a few names. Moved gethostname to inet.c.
Diffstat (limited to 'doc/reference.css')
-rw-r--r--doc/reference.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/reference.css b/doc/reference.css
index 2a8987e..607ac4f 100644
--- a/doc/reference.css
+++ b/doc/reference.css
@@ -1,11 +1,19 @@
1body { margin-left: 1em; margin-right: 1em; } 1body {
2 margin-left: 1em;
3 margin-right: 1em;
4 font-family: "Verdana";
5}
6
7tt {
8 font-family: "Andale Mono", monospace;
9}
2 10
3h1, h2, h3, h4 { margin-left: 0em; } 11h1, h2, h3, h4 { margin-left: 0em; }
4 12
5p { margin-left: 1em; } 13p { margin-left: 1em; }
6 14
7p.name { 15p.name {
8 font-family: monospace; 16 font-family: "Andale Mono", monospace;
9 padding-top: 1em; 17 padding-top: 1em;
10 margin-left: 0em; 18 margin-left: 0em;
11} 19}
@@ -18,6 +26,8 @@ pre.example {
18 background: #ccc; 26 background: #ccc;
19 padding: 1em; 27 padding: 1em;
20 margin-left: 1em; 28 margin-left: 1em;
29 font-family: "Andale Mono", monospace;
30 font-size: small;
21} 31}
22 32
23hr { 33hr {