diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index f281482..e16b5b7 100644 --- a/static/style.css +++ b/static/style.css @@ -9,7 +9,8 @@ div#page-footer { background-color: #333; color: #666; height: 1em; padding: .5e ul { list-style-type: none; } li { margin-left: 1em; } p { margin-bottom: 1em; } -code { font-family: monospace; margin: 1em; display: block; } +code { font-family: monospace; } +blockquote { margin: 1em; display: block; } .error { color: red; } |