aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-20 20:24:51 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-20 20:24:51 +0000
commita91a0f808ddeba1521096b756d367e418ce40440 (patch)
tree5eff4f641427170dbad8e5dd92f7c261afdfdf21
parent3f1712ed48f9deab4fab67d7d342dc20c2b5b0ce (diff)
downloadluasocket-a91a0f808ddeba1521096b756d367e418ce40440.tar.gz
luasocket-a91a0f808ddeba1521096b756d367e418ce40440.tar.bz2
luasocket-a91a0f808ddeba1521096b756d367e418ce40440.zip
Adjusted css for windows.
-rw-r--r--doc/index.html2
-rw-r--r--doc/reference.css34
2 files changed, 19 insertions, 17 deletions
diff --git a/doc/index.html b/doc/index.html
index 46642d2..620f385 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -66,7 +66,7 @@ Author: <A href="http://www.cs.princeton.edu/~diego">Diego Nehab</a>
66 66
67<!-- download +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> 67<!-- download +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
68 68
69<h2 id=down>Download</h2> 69<h2 id=download>Download</h2>
70 70
71<p> 71<p>
72LuaSocket version 2.0 alpha is now available for download! It is 72LuaSocket version 2.0 alpha is now available for download! It is
diff --git a/doc/reference.css b/doc/reference.css
index cd7de2c..2a8987e 100644
--- a/doc/reference.css
+++ b/doc/reference.css
@@ -1,33 +1,28 @@
1body { 1body { margin-left: 1em; margin-right: 1em; }
2 margin-left: 1em;
3 margin-right: 1em;
4}
5
6body > * { margin-left: 1em; }
7
8div.header, div.footer { margin-left: 0em; }
9hr, h1, h2, h3, h4 { margin-left: 0em; }
10p.name { margin-left: 0em; }
11 2
12h2:first-letter, h2:first-letter, h3:first-letter { color: #00007f; } 3h1, h2, h3, h4 { margin-left: 0em; }
13 4
14blockquote { margin-left: 3em; } 5p { margin-left: 1em; }
15
16a[href] { color: #00007f; }
17 6
18p.name { 7p.name {
19 font-family: monospace; 8 font-family: monospace;
20 padding-top: 1em; 9 padding-top: 1em;
10 margin-left: 0em;
21} 11}
22 12
13a[href] { color: #00007f; }
14
15blockquote { margin-left: 3em; }
16
23pre.example { 17pre.example {
24 background: #ccc; 18 background: #ccc;
25 font-size: small;
26 padding: 1em; 19 padding: 1em;
20 margin-left: 1em;
27} 21}
28 22
29hr { 23hr {
30 background: #00007f; 24 margin-left: 0em;
25 background: #00007f;
31 border: 0px; 26 border: 0px;
32 height: 1px; 27 height: 1px;
33} 28}
@@ -37,3 +32,10 @@ ul { list-style-type: disc; }
37table.index { border: 1px #00007f; } 32table.index { border: 1px #00007f; }
38table.index td { text-align: left; vertical-align: top; } 33table.index td { text-align: left; vertical-align: top; }
39table.index ul { padding-top: 0em; margin-top: 0em; } 34table.index ul { padding-top: 0em; margin-top: 0em; }
35
36h1:first-letter,
37h2:first-letter,
38h2:first-letter,
39h3:first-letter { color: #00007f; }
40
41div.header, div.footer { margin-left: 0em; }