diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-15 06:24:00 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-15 06:24:00 +0000 |
commit | 58096449c6044b7aade5cd41cfd71c6bec1d273d (patch) | |
tree | 1814ffebe89c4c2556d84f97f66db37a7e8b4554 /doc/reference.css | |
parent | 9ed7f955e5fc69af9bf1794fa2c8cd227981ba24 (diff) | |
download | luasocket-58096449c6044b7aade5cd41cfd71c6bec1d273d.tar.gz luasocket-58096449c6044b7aade5cd41cfd71c6bec1d273d.tar.bz2 luasocket-58096449c6044b7aade5cd41cfd71c6bec1d273d.zip |
Manual is almost done. HTTP is missing.
Implemented new distribution scheme.
Select is now purely C.
HTTP reimplemented seems faster dunno why.
LTN12 functions that coroutines fail gracefully.
Diffstat (limited to 'doc/reference.css')
-rw-r--r-- | doc/reference.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/reference.css b/doc/reference.css index 607ac4f..7c8148d 100644 --- a/doc/reference.css +++ b/doc/reference.css | |||
@@ -10,6 +10,9 @@ tt { | |||
10 | 10 | ||
11 | h1, h2, h3, h4 { margin-left: 0em; } | 11 | h1, h2, h3, h4 { margin-left: 0em; } |
12 | 12 | ||
13 | |||
14 | h3 { padding-top: 1em; } | ||
15 | |||
13 | p { margin-left: 1em; } | 16 | p { margin-left: 1em; } |
14 | 17 | ||
15 | p.name { | 18 | p.name { |