summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rwxr-xr-xcss/style.css6
1 files changed, 3 insertions, 3 deletions
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;