summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-10-24 11:51:51 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-10-24 11:51:51 -0700
commit135ef56e2b73ba90a9dbfa797fd71282e7b31e46 (patch)
tree0e6a5eb08bd66c87b6b22cdbb1efd0e41439c852 /template.html
parent4a51eb09c7ffb419004edc2efbae6993ded6693e (diff)
Tweaked CSS in spec template so inline code has background color.
Diffstat (limited to 'template.html')
-rw-r--r--template.html1
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; }