[commit: packages/Cabal] ghc-head: Limit the length of lines in the user guide html to be readable (a6e5f30)

git at git.haskell.org git at git.haskell.org
Fri Sep 20 20:47:08 CEST 2013


Repository : ssh://git@git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/packages/Cabal.git/commitdiff/a6e5f30dd155d147ee98cb7268077fb1e7ae5f74

>---------------------------------------------------------------

commit a6e5f30dd155d147ee98cb7268077fb1e7ae5f74
Author: Duncan Coutts <duncan at community.haskell.org>
Date:   Fri Sep 20 12:00:08 2013 +0100

    Limit the length of lines in the user guide html to be readable
    
    (cherry picked from commit 1c183eb9c2691ea6e8bd8d14aa8cd80775626533)


>---------------------------------------------------------------

a6e5f30dd155d147ee98cb7268077fb1e7ae5f74
 Cabal/doc/Cabal.css |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Cabal/doc/Cabal.css b/Cabal/doc/Cabal.css
index a559ddf..82ce3ec 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;




More information about the ghc-commits mailing list