summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorRicardo Garcia <[email protected]>2010-11-01 11:28:23 +0100
committerRicardo Garcia <[email protected]>2010-11-01 11:28:23 +0100
commit05703c8f9ccabc113330f15a185136b9a63b4cb9 (patch)
tree45aaf2a510a0da5e52c5dacfc9e6fa11701e2522 /style.css
parentf37b13876626c39aba5ecb282cbb4cad84c6791c (diff)
downloadyoutube-dl-05703c8f9ccabc113330f15a185136b9a63b4cb9.tar.gz
youtube-dl-05703c8f9ccabc113330f15a185136b9a63b4cb9.zip
Minor changes to stylesheet
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index ab31f686d..1464dacec 100644
--- a/style.css
+++ b/style.css
@@ -16,10 +16,16 @@ h1 {
text-align: center;
border: 1px solid #dddddd;
background: #eeeeee;
+ margin-bottom: 3ex;
}
h2 {
+ margin-top: 2ex;
color: #006699;
}
+p {
+ margin-left: 5%;
+ margin-right: 5%;
+}
tt {
background: #dddddd;
}