]> git.codecow.com Git - Monocypher.git/commitdiff
Fix centering in style.css
authorCuleX <cculex@gmail.com>
Mon, 28 Aug 2017 13:17:55 +0000 (15:17 +0200)
committerCuleX <cculex@gmail.com>
Mon, 28 Aug 2017 13:17:55 +0000 (15:17 +0200)
man/3monocypher/style.css

index ad5e65aba87bbd70226a2a85b4f693cd444390f5..b561afa0c25f578f6703c6fd32d68ea19f420b3f 100644 (file)
@@ -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 (<i class="ftype">) so that few adjustments are necessary.