# HG changeset patch # User Paul Boddie # Date 1680988202 -7200 # Node ID 89d786cbb42dd01fb90f64c161a2db26ab090eb8 # Parent 6ce4da9da4292f6891654ba4f68f8e3025c35978 Adjusted the Mercurial theme's default page margins. diff -r 6ce4da9da429 -r 89d786cbb42d moinformat/themes/mercurial/css/all.css --- a/moinformat/themes/mercurial/css/all.css Sat Apr 08 00:03:14 2023 +0200 +++ b/moinformat/themes/mercurial/css/all.css Sat Apr 08 23:10:02 2023 +0200 @@ -6,7 +6,7 @@ } body { - margin: 0 5em; + margin: 1em 3em 3em 3em; padding: 0; border: 0; }