# HG changeset patch # User Paul Boddie # Date 1550183656 -3600 # Node ID 91891fd7135212ccb664f676503c90ea558a04a2 # Parent 53b6ad24b799f7b0f3a784668bc5dd985b1f7b24 Added a margin around inline SVG content. diff -r 53b6ad24b799 -r 91891fd71352 moinformat/themes/mercurial/css/all.css --- a/moinformat/themes/mercurial/css/all.css Fri Feb 08 22:36:21 2019 +0100 +++ b/moinformat/themes/mercurial/css/all.css Thu Feb 14 23:34:16 2019 +0100 @@ -75,6 +75,6 @@ /* Embedded objects. */ -object { +svg, object { margin: 1em 0; }