From 0f92dfc8310381d02338109ab1333b9ad726afbf Mon Sep 17 00:00:00 2001 From: tekkub Date: Sat, 23 Oct 2010 23:38:19 -0600 Subject: Meh, use the console style for all pre blocks --- css/style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'css') 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 */ -- cgit v1.3.1