diff options
| author | tekkub <tekkub@gmail.com> | 2010-10-30 16:21:55 -0600 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2010-10-30 16:21:55 -0600 |
| commit | c3877a436174f315a5529bf028bd577ca7b8e795 (patch) | |
| tree | 685cca4f388b2ba298618a34b6a2c069916962bb /css | |
| parent | 02c3846636307e031e7963ffac8d4b600d2ade94 (diff) | |
Embed code directly (plus highlighting!) instead of using gists
Diffstat (limited to 'css')
| -rwxr-xr-x | css/style.css | 6 |
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; |
