Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Sannis/729653 to your computer and use it in GitHub Desktop.
Save Sannis/729653 to your computer and use it in GitHub Desktop.
Node.js patch: Small-site-fix-for-image-borders-and-nodejs-dev-mail.patch
From e76cd5343179961b13b88417ffbd0858e6c43a0b Mon Sep 17 00:00:00 2001
From: Oleg Efimov <efimovov@gmail.com>
Date: Sun, 5 Dec 2010 02:06:34 +0300
Subject: [PATCH] Small site fix for image borders and nodejs-dev maillist URL
---
doc/index.html | 9 +++------
doc/pipe.css | 1 +
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/doc/index.html b/doc/index.html
index eda8bc7..d3f2e76 100644
--- a/doc/index.html
+++ b/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
diff --git a/doc/pipe.css b/doc/pipe.css
index 1097ae8..c86bf2a 100644
--- a/doc/pipe.css
+++ b/doc/pipe.css
@@ -9,6 +9,7 @@ body {
}
img {
padding: 5em 0;
+ border: 0;
}
#toc {
position: absolute;
--
1.7.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment