summaryrefslogtreecommitdiff
path: root/doc/pipe.css
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-04-27 07:58:38 -0700
committerisaacs <i@izs.me>2012-04-27 07:58:38 -0700
commit76de7c0c26e9fa8d40e9e9e0fc5980acf6ed2d2b (patch)
tree9703e8348cfc26faebcfb4b9d80c21950a4772f4 /doc/pipe.css
parenta64acd8baadaa78910bb3cb429602f7f7619a486 (diff)
downloadnode-76de7c0c26e9fa8d40e9e9e0fc5980acf6ed2d2b.tar.gz
Add customary 'fork me on github' banner to website
Diffstat (limited to 'doc/pipe.css')
-rw-r--r--doc/pipe.css17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/pipe.css b/doc/pipe.css
index 5c1ce79b0..286c1a6fc 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%;