4,452
edits
m use Droid Sans Mono for all customized styles |
add pre.output |
||
Line 58: | Line 58: | ||
color: white; | color: white; | ||
padding: 0em 0.5em; | padding: 0em 0.5em; | ||
} | |||
pre.output { | |||
font-family: 'Droid Sans Mono',sans-serif; | |||
color:#cccccc; | |||
padding:0; | |||
background-color: black; | |||
border:none; | |||
margin-top:-0.6em; | |||
} | } |