copied code styling from duepuntozero to quattro theme

This commit is contained in:
Tobias Diekershoff 2011-12-06 17:10:27 +01:00
parent f3c91edd95
commit 06b904ffcb
2 changed files with 22 additions and 1 deletions

View File

@ -41,7 +41,17 @@ a:hover {color: @LinkHover; text-decoration: underline; }
.right { float: right; }
.hidden { display: none; }
code {
font-family: Courier, monospace;
white-space: pre;
display: block;
overflow: auto;
border: 1px solid #444;
background: #EEE;
color: #444;
padding: 10px;
margin-top: 20px;
}
/* tool */
.tool {

View File

@ -189,6 +189,17 @@ a:hover {
.hidden {
display: none;
}
code {
font-family: Courier, monospace;
white-space: pre;
display: block;
overflow: auto;
border: 1px solid #444;
background: #EEE;
color: #444;
padding: 10px;
margin-top: 20px;
}
/* tool */
.tool {
height: auto;