Browse Source

Documentation layout changes.

Mike Pall 13 years ago
parent
commit
a0ee70de6d
5 changed files with 17 additions and 18 deletions
  1. 13 0
      doc/bluequad.css
  2. 0 6
      doc/ext_ffi.html
  3. 1 2
      doc/ext_ffi_semantics.html
  4. 1 7
      doc/ext_ffi_tutorial.html
  5. 2 3
      doc/install.html

+ 13 - 0
doc/bluequad.css

@@ -166,6 +166,19 @@ pre.code {
   border: 1px solid #bfcfff;
   border: 1px solid #bfcfff;
   background: #f0f4ff;
   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 {
 img {
   border: none;
   border: none;
   vertical-align: baseline;
   vertical-align: baseline;

+ 0 - 6
doc/ext_ffi.html

@@ -8,12 +8,6 @@
 <meta name="Language" content="en">
 <meta name="Language" content="en">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
 <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>
 </head>
 <body>
 <body>
 <div id="site">
 <div id="site">

+ 1 - 2
doc/ext_ffi_semantics.html

@@ -11,8 +11,7 @@
 <style type="text/css">
 <style type="text/css">
 table.convtable { line-height: 1.2; }
 table.convtable { line-height: 1.2; }
 tr.convhead td { font-weight: bold; }
 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>
 </style>
 </head>
 </head>
 <body>
 <body>

+ 1 - 7
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.css" media="screen">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
 <style type="text/css">
 <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 tt { font-size: 100%; }
 table.idiomtable td { vertical-align: top; }
 table.idiomtable td { vertical-align: top; }
 tr.idiomhead td { font-weight: bold; }
 tr.idiomhead td { font-weight: bold; }
-td.idiomc { width: 12em; }
-td.idiomlua { width: 14em; }
 td.idiomlua b { font-weight: normal; color: #2142bf; }
 td.idiomlua b { font-weight: normal; color: #2142bf; }
 </style>
 </style>
 </head>
 </head>

+ 2 - 3
doc/install.html

@@ -11,11 +11,10 @@
 <style type="text/css">
 <style type="text/css">
 table.compat {
 table.compat {
   line-height: 1.2;
   line-height: 1.2;
-  width: 600px;
+  font-size: 80%;
 }
 }
 table.compat td {
 table.compat td {
   border: 1px solid #bfcfff;
   border: 1px solid #bfcfff;
-  font-size: 90%;
   height: 2.5em;
   height: 2.5em;
 }
 }
 table.compat tr.compathead td {
 table.compat tr.compathead td {
@@ -26,7 +25,7 @@ tr.compathead td.compatos {
   vertical-align: top;
   vertical-align: top;
 }
 }
 table.compat td.compatcpu {
 table.compat td.compatcpu {
-  width: 16%;
+  width: 18%;
   border-right: 2px solid #bfcfff;
   border-right: 2px solid #bfcfff;
 }
 }
 td.compatos {
 td.compatos {