From db0f99c0a50258225bd6616a1638ccffdf0c572c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 7 Feb 2019 11:26:43 -0500 Subject: [PATCH] Commit compiled CSS --- agaric/css/agaric.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agaric/css/agaric.css b/agaric/css/agaric.css index 07a7141..7af0eaa 100644 --- a/agaric/css/agaric.css +++ b/agaric/css/agaric.css @@ -7188,6 +7188,10 @@ iframe { float: left; margin-right: 10px; } +/* Give inline centered images the same spacing as paragraphs. */ +.align-center { + margin-bottom: 1em; } + .label { color: currentColor; }