瀏覽代碼

Put the main buttons ordered vertically

Ricardo Garcia 15 年之前
父節點
當前提交
17082ad9db
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 3 3
      index.html
  2. 1 1
      style.css

+ 3 - 3
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>
 <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>
 <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>
 </tr></table>
 
 
 <div class="note">Copyright © 2006-2010 Ricardo Garcia Gonzalez</div>
 <div class="note">Copyright © 2006-2010 Ricardo Garcia Gonzalez</div>

+ 1 - 1
style.css

@@ -102,7 +102,7 @@ tt {
 	background: #dddddd;
 	background: #dddddd;
 }
 }
 #rgb {
 #rgb {
-	width: 95%;
+	width: 33%;
 	margin: 3ex auto;
 	margin: 3ex auto;
 }
 }
 .button {
 .button {