diff options
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/static/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 0af6a21..88dc23a 100755 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -62,6 +62,10 @@ p { margin: .75em; } + p.caption { + text-align: center; + } + pre, blockquote { margin: 0.5em 1em; border:1px solid #ccc; |