summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-09-14 00:42:45 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-09-14 00:42:45 +0200
commit004759c8f2dbd29a1ed4640e3277a35e1b83c5b6 (patch)
treef570ba8855bd2da191c84ea4fb1f010108713888
parent95f029a5d8540e25793e8b98b70a84855b043266 (diff)
downloadyoutube-dl-004759c8f2dbd29a1ed4640e3277a35e1b83c5b6.tar.gz
youtube-dl-004759c8f2dbd29a1ed4640e3277a35e1b83c5b6.tar.xz
youtube-dl-004759c8f2dbd29a1ed4640e3277a35e1b83c5b6.zip
Add a prominent Develop link in the documentation (Closes #155)
-rw-r--r--index.html1
-rw-r--r--style.css4
2 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html
index 8b7ff90f2..8cc51eb1a 100644
--- a/index.html
+++ b/index.html
@@ -19,6 +19,7 @@
 <table border="0" id="rgb"><tr>
 	<tr><td><a class="button" id="r" href="documentation.html">Documentation</a></td></tr>
 	<tr><td><a class="button" id="g" href="download.html">Download it</a></td></tr>
+	<tr><td><a class="button" id="y" href="https://github.com/rg3/youtube-dl/">Develop</a></td></tr>
 	<tr><td><a class="button" id="b" href="about.html">About</a></td></tr>
 </tr></table>
 
diff --git a/style.css b/style.css
index b3e95a3f2..76e6fbfab 100644
--- a/style.css
+++ b/style.css
@@ -128,3 +128,7 @@ tt {
 	background-color: #444488;
 	border: 2px solid #000088;
 }
+#y {
+	background-color: #888844;
+	border: 2px solid #888800;
+}