diff options
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template.html b/template.html index 5942a6c..0eaf299 100644 --- a/template.html +++ b/template.html @@ -36,8 +36,8 @@ pre { white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } -code { font-family: monospace; } -p code { background-color: #D3E1E4; } +code { font-family: monospace; background-color: #D3E1E4; } +pre > code { background-color: transparent; } div.example > pre { float:left; width: 48%; } div.example > pre.markdown { clear:left; } pre.tree { font-weight: bold; color: #777; } |