]> git.saurik.com Git - redis.git/blame_incremental - deps/lua/doc/lua.css
Updated to unstable
[redis.git] / deps / lua / doc / lua.css
... / ...
CommitLineData
1body {
2 color: #000000 ;
3 background-color: #FFFFFF ;
4 font-family: sans-serif ;
5 text-align: justify ;
6 margin-right: 20px ;
7 margin-left: 20px ;
8}
9
10h1, h2, h3, h4 {
11 font-weight: normal ;
12 font-style: italic ;
13}
14
15a:link {
16 color: #000080 ;
17 background-color: inherit ;
18 text-decoration: none ;
19}
20
21a:visited {
22 background-color: inherit ;
23 text-decoration: none ;
24}
25
26a:link:hover, a:visited:hover {
27 color: #000080 ;
28 background-color: #E0E0FF ;
29}
30
31a:link:active, a:visited:active {
32 color: #FF0000 ;
33}
34
35hr {
36 border: 0 ;
37 height: 1px ;
38 color: #a0a0a0 ;
39 background-color: #a0a0a0 ;
40}
41