summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-11-16 10:46:18 +0100
committerBen Gamari <ben@smart-cactus.org>2015-11-16 21:59:45 +0100
commitb8a849b9a8b531f84cd1191e9e5f0526835d08d2 (patch)
treeb5ef34d7f8ea70e0fc2c77f58803078d79658b10
parent83b214d08e8cc74fb7b40e0442c3972325b6276c (diff)
downloadhaskell-b8a849b9a8b531f84cd1191e9e5f0526835d08d2.tar.gz
users-guide: Limit column width
This tends to help readability
-rw-r--r--docs/users_guide/ghc-theme/static/ghc-theme.css3
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 {