mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Documentation layout changes.
This commit is contained in:
parent
b50375a11c
commit
a0ee70de6d
@ -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;
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user