diff options
Diffstat (limited to 'static/css/pagedown.css')
-rw-r--r-- | static/css/pagedown.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/pagedown.css b/static/css/pagedown.css index 7d56e83..7f9c3e0 100644 --- a/static/css/pagedown.css +++ b/static/css/pagedown.css @@ -73,6 +73,11 @@ img, video { margin: 0 auto } +figcaption { + text-align: center; + margin: 0 auto +} + pre { font-family: "Courier 10 Pitch", Courier, monospace; background: #eee; |