Documentation layout changes.

This commit is contained in:
Mike Pall
2012-10-14 00:47:26 +02:00
parent b50375a11c
commit a0ee70de6d
5 changed files with 17 additions and 18 deletions

View File

@@ -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>