aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/LuaJIT-1.1.7/doc/lua.css
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:32:23 +1000
committerDavid Walter Seikel2013-01-13 17:32:23 +1000
commit2f933e86b41b1112e6697f95cba7f541f029af8b (patch)
tree271b16e41805a3a5a49583fe6e675ceb3291020e /libraries/LuaJIT-1.1.7/doc/lua.css
parentRemove EFL, since it's been released now. (diff)
downloadSledjHamr-2f933e86b41b1112e6697f95cba7f541f029af8b.zip
SledjHamr-2f933e86b41b1112e6697f95cba7f541f029af8b.tar.gz
SledjHamr-2f933e86b41b1112e6697f95cba7f541f029af8b.tar.bz2
SledjHamr-2f933e86b41b1112e6697f95cba7f541f029af8b.tar.xz
Remove unused LuaJIT 1.1.7, since the 2.0 version works fine.
Diffstat (limited to 'libraries/LuaJIT-1.1.7/doc/lua.css')
-rw-r--r--libraries/LuaJIT-1.1.7/doc/lua.css41
1 files changed, 0 insertions, 41 deletions
diff --git a/libraries/LuaJIT-1.1.7/doc/lua.css b/libraries/LuaJIT-1.1.7/doc/lua.css
deleted file mode 100644
index 039cf11..0000000
--- a/libraries/LuaJIT-1.1.7/doc/lua.css
+++ /dev/null
@@ -1,41 +0,0 @@
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