summaryrefslogtreecommitdiff
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
parentb50375a11ca0366091a7d43b9e842dc9fb6d0875 (diff)
downloadluajit2-a0ee70de6de0ade39de17b5678b23bf311d20d9e.tar.gz
Documentation layout changes.
-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 {
border: 1px solid #bfcfff;
background: #f0f4ff;
}
+pre.mark {
+ padding-left: 2em;
+}
+span.codemark {
+ position:absolute;
+ left: 16em;
+ color: #4040c0;
+}
+span.mark {
+ color: #4040c0;
+ font-family: Courier New, Courier, monospace;
+ line-height: 1.1;
+}
img {
border: none;
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 @@
<meta name="Language" content="en">
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
-<style type="text/css">
-span.codemark { position:absolute; left: 16em; color: #4040c0; }
-span.mark { color: #4040c0; font-family: Courier New, Courier, monospace;
- line-height: 1.1; }
-pre.mark { padding-left: 2em; }
-</style>
</head>
<body>
<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 @@
<style type="text/css">
table.convtable { line-height: 1.2; }
tr.convhead td { font-weight: bold; }
-td.convin { width: 11em; }
-td.convop { font-style: italic; width: 16em; }
+td.convop { font-style: italic; width: 40%; }
</style>
</head>
<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 @@
<link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
<link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
<style type="text/css">
-span.codemark { position:absolute; left: 16em; color: #4040c0; }
-span.mark { color: #4040c0; font-family: Courier New, Courier, monospace;
- line-height: 1.1; }
-pre.mark { padding-left: 2em; }
-table.idiomtable { line-height: 1.2; }
+table.idiomtable { font-size: 90%; line-height: 1.2; }
table.idiomtable tt { font-size: 100%; }
table.idiomtable td { vertical-align: top; }
tr.idiomhead td { font-weight: bold; }
-td.idiomc { width: 12em; }
-td.idiomlua { width: 14em; }
td.idiomlua b { font-weight: normal; color: #2142bf; }
</style>
</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 @@
<style type="text/css">
table.compat {
line-height: 1.2;
- width: 600px;
+ font-size: 80%;
}
table.compat td {
border: 1px solid #bfcfff;
- font-size: 90%;
height: 2.5em;
}
table.compat tr.compathead td {
@@ -26,7 +25,7 @@ tr.compathead td.compatos {
vertical-align: top;
}
table.compat td.compatcpu {
- width: 16%;
+ width: 18%;
border-right: 2px solid #bfcfff;
}
td.compatos {