summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2010-10-23 23:38:19 -0600
committertekkub <tekkub@gmail.com>2010-10-23 23:38:19 -0600
commit0f92dfc8310381d02338109ab1333b9ad726afbf (patch)
tree9bb59bac79ff7ac4c7bc59954fe0d328c0c60a14 /css
parent24f843c14376682beb870587648b2e5066f5cdeb (diff)
Meh, use the console style for all pre blocks
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css11
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 */