diff options
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/css.css b/web/css.css index 075345d57..a7fd61458 100644 --- a/web/css.css +++ b/web/css.css @@ -88,6 +88,8 @@ ul#error { #content { width: 100%; /* Must specify a width or IE goes crazy wrong! */ position: relative; + margin: 0 auto; + max-width: 60em; } /* Can't put the margin in #content because of above IE craziness */ |