diff options
author | Jaime Marquínez Ferrándiz <[email protected]> | 2013-04-16 14:06:16 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <[email protected]> | 2013-04-16 14:06:16 +0200 |
commit | 8f273b2c0574c1402b06d2eec72b721998b0b309 (patch) | |
tree | 39a3629b3df8c4da6912856866f88b70985adc7d /style.css | |
parent | f5c68c0d86c4a19c68f3ae16d63bd42a24677159 (diff) | |
download | youtube-dl-8f273b2c0574c1402b06d2eec72b721998b0b309.tar.gz youtube-dl-8f273b2c0574c1402b06d2eec72b721998b0b309.zip |
Move the style of the commands in download.html to style.css
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -140,3 +140,12 @@ tt { background-color: #448888; border: 2px solid #008888; } + +code.commands { + display:block; + margin-top: 0.4em; + padding: 0.7em; + background: #ccc; + background: rgba(200, 200, 200, 0.4); + white-space: pre; +} |