summaryrefslogtreecommitdiffhomepage
path: root/style.css
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <[email protected]>2013-04-16 14:06:16 +0200
committerJaime Marquínez Ferrándiz <[email protected]>2013-04-16 14:06:16 +0200
commit8f273b2c0574c1402b06d2eec72b721998b0b309 (patch)
tree39a3629b3df8c4da6912856866f88b70985adc7d /style.css
parentf5c68c0d86c4a19c68f3ae16d63bd42a24677159 (diff)
downloadyoutube-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.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css
index fe6ddeb14..a76ccffe3 100644
--- a/style.css
+++ b/style.css
@@ -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;
+}