Move the style of the commands in download.html to style.css

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-04-16 14:06:16 +02:00
parent f5c68c0d86
commit 8f273b2c05
2 changed files with 11 additions and 2 deletions

View File

@@ -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;
}