diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2020-11-15 21:35:28 -0500 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2020-11-15 21:35:28 -0500 |
commit | 56600b42824ec2c262ad31817808015624322918 (patch) | |
tree | 3258578ea4273f44b356a9e0e9a5a378e934044c | |
parent | 85aa75602546ef1c0afc8788b03bab533372fb2a (diff) | |
download | pagedown-56600b42824ec2c262ad31817808015624322918.tar.gz pagedown-56600b42824ec2c262ad31817808015624322918.tar.bz2 pagedown-56600b42824ec2c262ad31817808015624322918.zip |
-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; |