summaryrefslogtreecommitdiff
path: root/deps/lua/doc/lua.css
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-04-30 16:15:30 +0200
committerantirez <antirez@gmail.com>2011-05-25 12:32:43 +0200
commit21d3294c7013a4385aebd84436394bb58e273093 (patch)
tree865bb98821fbc2c0d0fa618bf6297efd4c2cefef /deps/lua/doc/lua.css
parentefc3408748061a08ec5ff18e392c30f31f5094a2 (diff)
downloadredis-21d3294c7013a4385aebd84436394bb58e273093.tar.gz
makefile adapted to link against lua lib and to pass the 32bit flag to Lua building system
Diffstat (limited to 'deps/lua/doc/lua.css')
-rw-r--r--deps/lua/doc/lua.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/deps/lua/doc/lua.css b/deps/lua/doc/lua.css
new file mode 100644
index 000000000..039cf1169
--- /dev/null
+++ b/deps/lua/doc/lua.css
@@ -0,0 +1,41 @@
+body {
+ color: #000000 ;
+ background-color: #FFFFFF ;
+ font-family: sans-serif ;
+ text-align: justify ;
+ margin-right: 20px ;
+ margin-left: 20px ;
+}
+
+h1, h2, h3, h4 {
+ font-weight: normal ;
+ font-style: italic ;
+}
+
+a:link {
+ color: #000080 ;
+ background-color: inherit ;
+ text-decoration: none ;
+}
+
+a:visited {
+ background-color: inherit ;
+ text-decoration: none ;
+}
+
+a:link:hover, a:visited:hover {
+ color: #000080 ;
+ background-color: #E0E0FF ;
+}
+
+a:link:active, a:visited:active {
+ color: #FF0000 ;
+}
+
+hr {
+ border: 0 ;
+ height: 1px ;
+ color: #a0a0a0 ;
+ background-color: #a0a0a0 ;
+}
+