From c3877a436174f315a5529bf028bd577ca7b8e795 Mon Sep 17 00:00:00 2001 From: tekkub Date: Sat, 30 Oct 2010 16:21:55 -0600 Subject: Embed code directly (plus highlighting!) instead of using gists --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css index f687165..e6adf31 100755 --- a/css/style.css +++ b/css/style.css @@ -53,18 +53,18 @@ /* Pre/code */ /**********************/ -.wikistyle pre { +.wikistyle > pre { padding: 1em !important; background: #444 !important; color: white !important; font-size: 0.9em !important; } -.wikistyle pre span.comment {color: #aaa;} +.wikistyle > pre span.comment {color: #aaa;} code {white-space: nowrap;} -.wikistyle pre code { +.wikistyle > pre code { white-space: pre; background: none !important; color: white !important; -- cgit v1.3.1