summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2012-10-14 00:47:26 +0200
committerMike Pall <mike>2012-10-14 00:47:26 +0200
commita0ee70de6de0ade39de17b5678b23bf311d20d9e (patch)
tree96f99c49d1acf9e0fa6b352c10dd940c2927f0c9 /doc
parentb50375a11ca0366091a7d43b9e842dc9fb6d0875 (diff)
downloadluajit-a0ee70de6de0ade39de17b5678b23bf311d20d9e.tar.gz
luajit-a0ee70de6de0ade39de17b5678b23bf311d20d9e.tar.bz2
luajit-a0ee70de6de0ade39de17b5678b23bf311d20d9e.zip
Documentation layout changes.
Diffstat (limited to 'doc')
-rw-r--r--doc/bluequad.css13
-rw-r--r--doc/ext_ffi.html6
-rw-r--r--doc/ext_ffi_semantics.html3
-rw-r--r--doc/ext_ffi_tutorial.html8
-rw-r--r--doc/install.html5
5 files changed, 17 insertions, 18 deletions
diff --git a/doc/bluequad.css b/doc/bluequad.css
index 677962c4..e2513794 100644
--- a/doc/bluequad.css
+++ b/doc/bluequad.css
@@ -166,6 +166,19 @@ pre.code {
166 border: 1px solid #bfcfff; 166 border: 1px solid #bfcfff;
167 background: #f0f4ff; 167 background: #f0f4ff;
168} 168}
169pre.mark {
170 padding-left: 2em;
171}
172span.codemark {
173 position:absolute;
174 left: 16em;
175 color: #4040c0;
176}
177span.mark {
178 color: #4040c0;
179 font-family: Courier New, Courier, monospace;
180 line-height: 1.1;
181}
169img { 182img {
170 border: none; 183 border: none;
171 vertical-align: baseline; 184 vertical-align: baseline;
diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html
index 9a6200c6..00623a3a 100644
--- a/doc/ext_ffi.html
+++ b/doc/ext_ffi.html
@@ -8,12 +8,6 @@
8<meta name="Language" content="en"> 8<meta name="Language" content="en">
9<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> 9<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
10<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> 10<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
11<style type="text/css">
12span.codemark { position:absolute; left: 16em; color: #4040c0; }
13span.mark { color: #4040c0; font-family: Courier New, Courier, monospace;
14 line-height: 1.1; }
15pre.mark { padding-left: 2em; }
16</style>
17</head> 11</head>
18<body> 12<body>
19<div id="site"> 13<div id="site">
diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html
index 2db9f882..275b5184 100644
--- a/doc/ext_ffi_semantics.html
+++ b/doc/ext_ffi_semantics.html
@@ -11,8 +11,7 @@
11<style type="text/css"> 11<style type="text/css">
12table.convtable { line-height: 1.2; } 12table.convtable { line-height: 1.2; }
13tr.convhead td { font-weight: bold; } 13tr.convhead td { font-weight: bold; }
14td.convin { width: 11em; } 14td.convop { font-style: italic; width: 40%; }
15td.convop { font-style: italic; width: 16em; }
16</style> 15</style>
17</head> 16</head>
18<body> 17<body>
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html
index 2b717526..c5dc68ae 100644
--- a/doc/ext_ffi_tutorial.html
+++ b/doc/ext_ffi_tutorial.html
@@ -9,16 +9,10 @@
9<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> 9<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
10<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print"> 10<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
11<style type="text/css"> 11<style type="text/css">
12span.codemark { position:absolute; left: 16em; color: #4040c0; } 12table.idiomtable { font-size: 90%; line-height: 1.2; }
13span.mark { color: #4040c0; font-family: Courier New, Courier, monospace;
14 line-height: 1.1; }
15pre.mark { padding-left: 2em; }
16table.idiomtable { line-height: 1.2; }
17table.idiomtable tt { font-size: 100%; } 13table.idiomtable tt { font-size: 100%; }
18table.idiomtable td { vertical-align: top; } 14table.idiomtable td { vertical-align: top; }
19tr.idiomhead td { font-weight: bold; } 15tr.idiomhead td { font-weight: bold; }
20td.idiomc { width: 12em; }
21td.idiomlua { width: 14em; }
22td.idiomlua b { font-weight: normal; color: #2142bf; } 16td.idiomlua b { font-weight: normal; color: #2142bf; }
23</style> 17</style>
24</head> 18</head>
diff --git a/doc/install.html b/doc/install.html
index 19772da6..b8a4fc71 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -11,11 +11,10 @@
11<style type="text/css"> 11<style type="text/css">
12table.compat { 12table.compat {
13 line-height: 1.2; 13 line-height: 1.2;
14 width: 600px; 14 font-size: 80%;
15} 15}
16table.compat td { 16table.compat td {
17 border: 1px solid #bfcfff; 17 border: 1px solid #bfcfff;
18 font-size: 90%;
19 height: 2.5em; 18 height: 2.5em;
20} 19}
21table.compat tr.compathead td { 20table.compat tr.compathead td {
@@ -26,7 +25,7 @@ tr.compathead td.compatos {
26 vertical-align: top; 25 vertical-align: top;
27} 26}
28table.compat td.compatcpu { 27table.compat td.compatcpu {
29 width: 16%; 28 width: 18%;
30 border-right: 2px solid #bfcfff; 29 border-right: 2px solid #bfcfff;
31} 30}
32td.compatos { 31td.compatos {