diff options
Diffstat (limited to 'source/css')
-rw-r--r-- | source/css/theme.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index 07491b5c..31052909 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -166,10 +166,18 @@ img { margin: 5px auto; } +.figure { + text-align: center; +} + +.figure img { + display: inline; + margin: 0 0 5px 0; +} + .figure .caption { width: 80%; margin: auto; - text-align: center; font-size: 90%; } |