From 17082ad9dbce7cb1a1a92b50c4718d75deec2e67 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Fri, 19 Nov 2010 18:24:03 +0100 Subject: [PATCH] Put the main buttons ordered vertically --- index.html | 6 +++--- style.css | 2 +- 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 @@

youtube-dl is a small command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, 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.

- - - + + +
DocumentationDownload itAbout
Documentation
Download it
About
Copyright © 2006-2010 Ricardo Garcia Gonzalez
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 {