diff options
Diffstat (limited to 'css/style.css')
| -rwxr-xr-x | css/style.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index 48d23e3..f687165 100755 --- a/css/style.css +++ b/css/style.css @@ -53,16 +53,23 @@ /* Pre/code */ /**********************/ -pre.terminal { +.wikistyle pre { padding: 1em !important; background: #444 !important; color: white !important; font-size: 0.9em !important; } -pre.terminal span.comment {color: #aaa;} +.wikistyle pre span.comment {color: #aaa;} + code {white-space: nowrap;} +.wikistyle pre code { + white-space: pre; + background: none !important; + color: white !important; +} + /********************/ /* Images */ |
