diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-11-16 10:46:18 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-11-16 21:59:45 +0100 |
commit | b8a849b9a8b531f84cd1191e9e5f0526835d08d2 (patch) | |
tree | b5ef34d7f8ea70e0fc2c77f58803078d79658b10 | |
parent | 83b214d08e8cc74fb7b40e0442c3972325b6276c (diff) | |
download | haskell-b8a849b9a8b531f84cd1191e9e5f0526835d08d2.tar.gz |
users-guide: Limit column width
This tends to help readability
-rw-r--r-- | docs/users_guide/ghc-theme/static/ghc-theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/ghc-theme/static/ghc-theme.css b/docs/users_guide/ghc-theme/static/ghc-theme.css index 9e301223b8..12b7f804d9 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 { |