mirror of https://github.com/nodejs/node.git
Merge branch 'v0.4'
commit
3ac0ada758
|
@ -30,9 +30,10 @@
|
|||
<br/>
|
||||
<li><a href="https://github.com/joyent/node/wiki">Wiki</a></li>
|
||||
<li><a href="http://blog.nodejs.org/">Blog</a></li>
|
||||
<li><a href="http://jobs.nodejs.org/">Jobs</a></li>
|
||||
<li><a href="https://github.com/joyent/node/wiki/Community">Community</a></li>
|
||||
<li><a href="http://chat.nodejs.org/">Demo</a></li>
|
||||
<li><a href="http://jobs.nodejs.org/">Jobs</a></li>
|
||||
<ol><!-- JOBS --><!-- JOBS --></ol>
|
||||
</ol>
|
||||
</div>
|
||||
<div id="content">
|
||||
|
|
|
@ -15,7 +15,7 @@ img {
|
|||
position: absolute;
|
||||
top: 2em;
|
||||
left: 0;
|
||||
width: 8em;
|
||||
width: 10em;
|
||||
font-size: 12pt;
|
||||
line-height: 150%;
|
||||
}
|
||||
|
@ -42,6 +42,12 @@ h1, h2, h3, h4 {
|
|||
margin: 2em 0;
|
||||
}
|
||||
|
||||
#toc ol ol {
|
||||
font-size: 8pt;
|
||||
line-height: 110%;
|
||||
list-style: circle;
|
||||
}
|
||||
|
||||
h1 code, h2 code, h3 code, h4 code,
|
||||
h1 a, h2 a, h3 a, h4 a
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue