diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 17:58:26 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 17:58:26 +0200 |
commit | 14707deb62bb7e827d676a988bd07ecd8eb5dd45 (patch) | |
tree | b44e206fcb553ac729dd5a8ec956e368666e2249 /theme/static/css/main.css | |
parent | 66676c2ce6d819f8eb7801acfaefcca8aa7f438b (diff) |
Updated css
Diffstat (limited to 'theme/static/css/main.css')
-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; |