From 76de7c0c26e9fa8d40e9e9e0fc5980acf6ed2d2b Mon Sep 17 00:00:00 2001
From: isaacs
Date: Fri, 27 Apr 2012 07:58:38 -0700
Subject: [PATCH] Add customary 'fork me on github' banner to website
---
doc/index.html | 2 ++
doc/pipe.css | 17 +++++++++--------
2 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/doc/index.html b/doc/index.html
index 98187f7c70..9f61fd1fff 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -32,6 +32,8 @@
Download
Docs
__VERSION__
+
+
Node.js in the Industry
diff --git a/doc/pipe.css b/doc/pipe.css
index 5c1ce79b0e..286c1a6fca 100644
--- a/doc/pipe.css
+++ b/doc/pipe.css
@@ -99,10 +99,19 @@ h1 a, h2 a, h3 a, h4 a
border-radius: 4px;
margin: 0 1px;
color: #46483e;
+ background-color: #9a9f8b;
+}
+
+#intro .forkme {
+ position: absolute;
+ top: 0;
+ right: 0;
+ border: 0;
}
#intro .button:hover {
text-decoration: none;
+ background-color: #aab293;
}
#intro #downloadbutton {
@@ -113,14 +122,6 @@ h1 a, h2 a, h3 a, h4 a
background-color: #73a53e;
}
-#intro #docsbutton {
- background-color: #9a9f8b;
-}
-
-#intro #docsbutton:hover {
- background-color: #aab293;
-}
-
#quotes {
text-align: center;
width: 100%;