summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-19 18:24:03 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-19 18:24:03 +0100
commit17082ad9dbce7cb1a1a92b50c4718d75deec2e67 (patch)
tree07e62c3619391e31607910a8a466e305d0ae1f6d
parent725d763c48126da26da8f7d0cf3c6d4e608ad82a (diff)
downloadyoutube-dl-17082ad9dbce7cb1a1a92b50c4718d75deec2e67.tar.gz
youtube-dl-17082ad9dbce7cb1a1a92b50c4718d75deec2e67.tar.xz
youtube-dl-17082ad9dbce7cb1a1a92b50c4718d75deec2e67.zip
Put the main buttons ordered vertically
-rw-r--r--index.html6
-rw-r--r--style.css2
2 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 0985f046d..daef14d7b 100644
--- a/index.html
+++ b/index.html
@@ -17,9 +17,9 @@
 <p><em>youtube-dl</em> is a small command-line program to download videos from YouTube.com and a few more sites. It requires the <a href="http://www.python.org/">Python interpreter</a>, version 2.x (x being at least 4), and it is not platform specific. It should work in your Unix box, in Windows or in Mac OS X. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.</p>
 
 <table border="0" id="rgb"><tr>
-	<td width="33%"><a class="button" id="r" href="documentation.html">Documentation</a></td>
-	<td width="33%"><a class="button" id="g" href="download.html">Download it</a></td>
-	<td width="33%"><a class="button" id="b" href="about.html">About</a></td>
+	<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="b" href="about.html">About</a></td></tr>
 </tr></table>
 
 <div class="note">Copyright © 2006-2010 Ricardo Garcia Gonzalez</div>
diff --git a/style.css b/style.css
index 4c20dd239..b3e95a3f2 100644
--- a/style.css
+++ b/style.css
@@ -102,7 +102,7 @@ tt {
 	background: #dddddd;
 }
 #rgb {
-	width: 95%;
+	width: 33%;
 	margin: 3ex auto;
 }
 .button {