diff options
author | Ricardo Garcia <[email protected]> | 2010-11-01 11:28:23 +0100 |
---|---|---|
committer | Ricardo Garcia <[email protected]> | 2010-11-01 11:28:23 +0100 |
commit | 05703c8f9ccabc113330f15a185136b9a63b4cb9 (patch) | |
tree | 45aaf2a510a0da5e52c5dacfc9e6fa11701e2522 /style.css | |
parent | f37b13876626c39aba5ecb282cbb4cad84c6791c (diff) | |
download | youtube-dl-05703c8f9ccabc113330f15a185136b9a63b4cb9.tar.gz youtube-dl-05703c8f9ccabc113330f15a185136b9a63b4cb9.zip |
Minor changes to stylesheet
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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; } |