From: CuleX Date: Mon, 28 Aug 2017 13:17:55 +0000 (+0200) Subject: Fix centering in style.css X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=339ed14fadc36a0f86a96647888415c6269fe6e5;p=Monocypher.git Fix centering in style.css --- diff --git a/man/3monocypher/style.css b/man/3monocypher/style.css index ad5e65a..b561afa 100644 --- a/man/3monocypher/style.css +++ b/man/3monocypher/style.css @@ -11,6 +11,8 @@ * - added to body: * margin: 1em auto; max-width: 40em; padding: 0 .62em; font-size: 1.1em; line-height: 1.62; * - Removed .Sh and .Ss from h1 (not present in older mandoc) + * - Removed html styling breaking centering in body. It was: + * html { max-width: 100ex; } * * Much of the markup that got moved to CSS (e.g. .Ft) was pure HTML in older * versions () so that few adjustments are necessary.