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; } .right { float: right; }
.hidden { display: none; } .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 */
.tool { .tool {

View file

@ -189,6 +189,17 @@ a:hover {
.hidden { .hidden {
display: none; 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 */
.tool { .tool {
height: auto; height: auto;