summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-06 11:26:26 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-06 11:29:10 +0100
commitdb03ff92a64e70a0c7c0df1e07cddd7c3bcc91bd (patch)
tree1549f95be1d78c44a73caa0852ed350e37991835 /style.css
parentb294d9fa3872cb9338418e68a47031b57ad687f1 (diff)
downloadyoutube-dl-db03ff92a64e70a0c7c0df1e07cddd7c3bcc91bd.tar.gz
youtube-dl-db03ff92a64e70a0c7c0df1e07cddd7c3bcc91bd.tar.xz
youtube-dl-db03ff92a64e70a0c7c0df1e07cddd7c3bcc91bd.zip
Changed a few style aspects to make the page look better under IE
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index fa41d6f7f..a81fba334 100644
--- a/style.css
+++ b/style.css
@@ -22,6 +22,10 @@ h2 {
 	margin-top: 2ex;
 	color: #006699;
 }
+h3 {
+	margin-left: 5%;
+	margin-right: 5%;
+}
 p {
 	margin-left: 5%;
 	margin-right: 5%;
@@ -31,6 +35,7 @@ ul {
 	margin-right: 5%;
 }
 li {
+	margin-left: 3%;
 	margin-top: 0.5ex;
 	margin-bottom: 0.5ex;
 }