[commit: ghc] master: users-guide: Limit column width (b8a849b)

git at git.haskell.org git at git.haskell.org
Mon Nov 16 21:04:11 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b8a849b9a8b531f84cd1191e9e5f0526835d08d2/ghc

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

commit b8a849b9a8b531f84cd1191e9e5f0526835d08d2
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Nov 16 10:46:18 2015 +0100

    users-guide: Limit column width
    
    This tends to help readability


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

b8a849b9a8b531f84cd1191e9e5f0526835d08d2
 docs/users_guide/ghc-theme/static/ghc-theme.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/users_guide/ghc-theme/static/ghc-theme.css b/docs/users_guide/ghc-theme/static/ghc-theme.css
index 9e30122..12b7f80 100644
--- a/docs/users_guide/ghc-theme/static/ghc-theme.css
+++ b/docs/users_guide/ghc-theme/static/ghc-theme.css
@@ -25,8 +25,9 @@ body {
     padding: 0;
     border: 1px solid #aaa;
 
-    margin: 0px 80px 0px 80px;
+    margin: auto;
     min-width: 740px;
+    max-width: 1200px;
 }
 
 div.logo {



More information about the ghc-commits mailing list