diff options
-rw-r--r-- | template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template.html b/template.html index fb7fbe4..5942a6c 100644 --- a/template.html +++ b/template.html @@ -37,6 +37,7 @@ pre { word-wrap: break-word; /* Internet Explorer 5.5+ */ } code { font-family: monospace; } +p code { background-color: #D3E1E4; } div.example > pre { float:left; width: 48%; } div.example > pre.markdown { clear:left; } pre.tree { font-weight: bold; color: #777; } |