diff options
| author | Mike Pall <mike> | 2012-10-14 00:47:26 +0200 |
|---|---|---|
| committer | Mike Pall <mike> | 2012-10-14 00:47:26 +0200 |
| commit | a0ee70de6de0ade39de17b5678b23bf311d20d9e (patch) | |
| tree | 96f99c49d1acf9e0fa6b352c10dd940c2927f0c9 /doc | |
| parent | b50375a11ca0366091a7d43b9e842dc9fb6d0875 (diff) | |
| download | luajit-a0ee70de6de0ade39de17b5678b23bf311d20d9e.tar.gz luajit-a0ee70de6de0ade39de17b5678b23bf311d20d9e.tar.bz2 luajit-a0ee70de6de0ade39de17b5678b23bf311d20d9e.zip | |
Documentation layout changes.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/bluequad.css | 13 | ||||
| -rw-r--r-- | doc/ext_ffi.html | 6 | ||||
| -rw-r--r-- | doc/ext_ffi_semantics.html | 3 | ||||
| -rw-r--r-- | doc/ext_ffi_tutorial.html | 8 | ||||
| -rw-r--r-- | doc/install.html | 5 |
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 | } |
| 169 | pre.mark { | ||
| 170 | padding-left: 2em; | ||
| 171 | } | ||
| 172 | span.codemark { | ||
| 173 | position:absolute; | ||
| 174 | left: 16em; | ||
| 175 | color: #4040c0; | ||
| 176 | } | ||
| 177 | span.mark { | ||
| 178 | color: #4040c0; | ||
| 179 | font-family: Courier New, Courier, monospace; | ||
| 180 | line-height: 1.1; | ||
| 181 | } | ||
| 169 | img { | 182 | img { |
| 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"> | ||
| 12 | span.codemark { position:absolute; left: 16em; color: #4040c0; } | ||
| 13 | span.mark { color: #4040c0; font-family: Courier New, Courier, monospace; | ||
| 14 | line-height: 1.1; } | ||
| 15 | pre.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"> |
| 12 | table.convtable { line-height: 1.2; } | 12 | table.convtable { line-height: 1.2; } |
| 13 | tr.convhead td { font-weight: bold; } | 13 | tr.convhead td { font-weight: bold; } |
| 14 | td.convin { width: 11em; } | 14 | td.convop { font-style: italic; width: 40%; } |
| 15 | td.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"> |
| 12 | span.codemark { position:absolute; left: 16em; color: #4040c0; } | 12 | table.idiomtable { font-size: 90%; line-height: 1.2; } |
| 13 | span.mark { color: #4040c0; font-family: Courier New, Courier, monospace; | ||
| 14 | line-height: 1.1; } | ||
| 15 | pre.mark { padding-left: 2em; } | ||
| 16 | table.idiomtable { line-height: 1.2; } | ||
| 17 | table.idiomtable tt { font-size: 100%; } | 13 | table.idiomtable tt { font-size: 100%; } |
| 18 | table.idiomtable td { vertical-align: top; } | 14 | table.idiomtable td { vertical-align: top; } |
| 19 | tr.idiomhead td { font-weight: bold; } | 15 | tr.idiomhead td { font-weight: bold; } |
| 20 | td.idiomc { width: 12em; } | ||
| 21 | td.idiomlua { width: 14em; } | ||
| 22 | td.idiomlua b { font-weight: normal; color: #2142bf; } | 16 | td.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"> |
| 12 | table.compat { | 12 | table.compat { |
| 13 | line-height: 1.2; | 13 | line-height: 1.2; |
| 14 | width: 600px; | 14 | font-size: 80%; |
| 15 | } | 15 | } |
| 16 | table.compat td { | 16 | table.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 | } |
| 21 | table.compat tr.compathead td { | 20 | table.compat tr.compathead td { |
| @@ -26,7 +25,7 @@ tr.compathead td.compatos { | |||
| 26 | vertical-align: top; | 25 | vertical-align: top; |
| 27 | } | 26 | } |
| 28 | table.compat td.compatcpu { | 27 | table.compat td.compatcpu { |
| 29 | width: 16%; | 28 | width: 18%; |
| 30 | border-right: 2px solid #bfcfff; | 29 | border-right: 2px solid #bfcfff; |
| 31 | } | 30 | } |
| 32 | td.compatos { | 31 | td.compatos { |
