summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-02 21:28:56 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-11-02 21:28:56 +0100
commit5de4c645e2076f722c4816189bfe1456fced2e1f (patch)
treee33ecfe15ad0a6dac0ca2736bd8f50b5377f4ccb /style.css
parent05703c8f9ccabc113330f15a185136b9a63b4cb9 (diff)
downloadyoutube-dl-5de4c645e2076f722c4816189bfe1456fced2e1f.tar.gz
youtube-dl-5de4c645e2076f722c4816189bfe1456fced2e1f.tar.xz
youtube-dl-5de4c645e2076f722c4816189bfe1456fced2e1f.zip
Make web pages valid HTML and remove a few glitches
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css
index 1464dacec..fa41d6f7f 100644
--- a/style.css
+++ b/style.css
@@ -26,6 +26,14 @@ p {
 	margin-left: 5%;
 	margin-right: 5%;
 }
+ul {
+	margin-left: 5%;
+	margin-right: 5%;
+}
+li {
+	margin-top: 0.5ex;
+	margin-bottom: 0.5ex;
+}
 tt {
 	background: #dddddd;
 }