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;
|
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;
|
||||||
|
@ -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">
|
||||||
|
@ -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: 40%; }
|
||||||
td.convop { font-style: italic; width: 16em; }
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -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; }
|
table.idiomtable { font-size: 90%; line-height: 1.2; }
|
||||||
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 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>
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user