summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-04-07 19:42:11 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-04-07 19:42:11 +0200
commit9f54007796f597ccd285fdfafed86b8aa16fe6ab (patch)
tree402a277cd9974a857be1d61ac065af370951df0c
parent5996fb09c543840950e4bd40e3bfde9afb54819f (diff)
downloaddirty-haskell.org-9f54007796f597ccd285fdfafed86b8aa16fe6ab.tar
dirty-haskell.org-9f54007796f597ccd285fdfafed86b8aa16fe6ab.tar.gz
dirty-haskell.org-9f54007796f597ccd285fdfafed86b8aa16fe6ab.tar.bz2
dirty-haskell.org-9f54007796f597ccd285fdfafed86b8aa16fe6ab.tar.xz
dirty-haskell.org-9f54007796f597ccd285fdfafed86b8aa16fe6ab.zip
Highlighting of <code> within <p>
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 847cfe2..7b89107 100644
--- a/style.css
+++ b/style.css
@@ -34,3 +34,7 @@ p + p {
34pre { 34pre {
35 margin-left: 1.5em; 35 margin-left: 1.5em;
36} 36}
37
38p code {
39 font-style:italic;
40} \ No newline at end of file