diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -28,5 +28,9 @@ p { | |||
28 | 28 | ||
29 | p + p { | 29 | p + p { |
30 | text-indent: 1.5em; | 30 | text-indent: 1.5em; |
31 | margin-top: 0 | 31 | margin-top: 0; |
32 | } | ||
33 | |||
34 | pre { | ||
35 | margin-left: 1.5em; | ||
32 | } | 36 | } |