Browse Source

Small site fix for image borders and nodejs-dev maillist URL

v0.7.4-release
Oleg Efimov 14 years ago
committed by Ryan Dahl
parent
commit
e76cd53431
  1. 9
      doc/index.html
  2. 1
      doc/pipe.css

9
doc/index.html

@ -268,8 +268,8 @@ git config --global user.name "Ryan Dahl"
<p>
The best way for your patch to get noticed is to submit it to the
<a href="http://groups.google.com/group/nodejs">mailing list</a> in form
of a <a href="http://gist.github.com/">gists</a> or file attachement.
<a href="http://groups.google.com/group/nodejs-dev">developers mailing list</a>
in form of a <a href="http://gist.github.com/">gists</a> or file attachement.
</p>
<p>
@ -287,10 +287,7 @@ git config --global user.name "Ryan Dahl"
alt='JS String match'/></a>
</div>
<div style="padding: 10em 0;">
<a href="http://joyent.com/"><img style="border: 0; padding: 0;" src="sponsored.png"/></a>
</div>
<a href="http://joyent.com/"><img src="sponsored.png" height="58" width="120"/></a>
<div style="clear: both; font-size: 8pt">
Copyright 2010 Joyent, Inc

1
doc/pipe.css

@ -9,6 +9,7 @@ body {
}
img {
padding: 5em 0;
border: 0;
}
#toc {
position: absolute;

Loading…
Cancel
Save