diff options
-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 | ||