From a6e5f30dd155d147ee98cb7268077fb1e7ae5f74 Mon Sep 17 00:00:00 2001 From: Duncan Coutts <duncan@community.haskell.org> Date: Fri, 20 Sep 2013 12:00:08 +0100 Subject: [PATCH] Limit the length of lines in the user guide html to be readable (cherry picked from commit 1c183eb9c2691ea6e8bd8d14aa8cd80775626533) --- Cabal/doc/Cabal.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cabal/doc/Cabal.css b/Cabal/doc/Cabal.css index a559ddff94..82ce3ec401 100644 --- a/Cabal/doc/Cabal.css +++ b/Cabal/doc/Cabal.css @@ -1,3 +1,7 @@ +body { + max-width: 18cm; +} + div { font-family: sans-serif; color: black; -- GitLab