use lua_mem(L, +-size) to track your additional userdata sizes. keep it balanced...
[blua.git] / doc / lua.css
blob039cf11698ce6f84cf24639602cb80904639af7a
1 body {
2 color: #000000 ;
3 background-color: #FFFFFF ;
4 font-family: sans-serif ;
5 text-align: justify ;
6 margin-right: 20px ;
7 margin-left: 20px ;
10 h1, h2, h3, h4 {
11 font-weight: normal ;
12 font-style: italic ;
15 a:link {
16 color: #000080 ;
17 background-color: inherit ;
18 text-decoration: none ;
21 a:visited {
22 background-color: inherit ;
23 text-decoration: none ;
26 a:link:hover, a:visited:hover {
27 color: #000080 ;
28 background-color: #E0E0FF ;
31 a:link:active, a:visited:active {
32 color: #FF0000 ;
35 hr {
36 border: 0 ;
37 height: 1px ;
38 color: #a0a0a0 ;
39 background-color: #a0a0a0 ;