diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-04-07 19:42:11 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-04-07 19:42:11 +0200 |
commit | 9f54007796f597ccd285fdfafed86b8aa16fe6ab (patch) | |
tree | 402a277cd9974a857be1d61ac065af370951df0c | |
parent | 5996fb09c543840950e4bd40e3bfde9afb54819f (diff) | |
download | dirty-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.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,3 +34,7 @@ p + p { | |||
34 | pre { | 34 | pre { |
35 | margin-left: 1.5em; | 35 | margin-left: 1.5em; |
36 | } | 36 | } |
37 | |||
38 | p code { | ||
39 | font-style:italic; | ||
40 | } \ No newline at end of file | ||