diff options
author | Philipp Hagemeister <[email protected]> | 2011-09-28 09:47:54 +0200 |
---|---|---|
committer | Philipp Hagemeister <[email protected]> | 2011-09-28 09:47:54 +0200 |
commit | a073eb792f6d3184be18dc5b5bbe033c21b366d7 (patch) | |
tree | 4bea9ea76df4cdf59e709240886664cbb02b08d4 /style.css | |
parent | f202278fe19f99251ef48235704e86c8b79dffa6 (diff) | |
download | youtube-dl-a073eb792f6d3184be18dc5b5bbe033c21b366d7.tar.gz youtube-dl-a073eb792f6d3184be18dc5b5bbe033c21b366d7.zip |
Update documentation and FAQ
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ body { border-radius: 10px; -moz-border-radius: 10px; } +.toc ul { + margin: 0; list-style-type: none; +} hr { margin-top: 3ex; margin-bottom: 3ex; |