From 5976923f23efe231dc9322d6fc0ee6112befbd17 Mon Sep 17 00:00:00 2001 From: Thomas Pritchard Date: Wed, 4 Sep 2019 10:19:50 +0100 Subject: [PATCH] Add figures to Mac detail stylesheet --- Mac/MainWindow/Detail/styleSheet.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Mac/MainWindow/Detail/styleSheet.css b/Mac/MainWindow/Detail/styleSheet.css index e3e2d7e7f..374bacd2c 100644 --- a/Mac/MainWindow/Detail/styleSheet.css +++ b/Mac/MainWindow/Detail/styleSheet.css @@ -122,9 +122,15 @@ code, pre { pre { white-space: pre-wrap; } -img, video { +img, figure, video { max-width: 100%; height: auto; + margin: 0 auto; +} + +figcaption { + font-size: 14px; + padding: 0; } /*Block ads and junk*/