# HG changeset patch
# User Jim Hague <jim.hague@acm.org>
# Date 1478550676 0
# Node ID f9ed1b7953cac68b58595b6238b340f6178e6e06
# Parent  cfeb344aecd681fdafa9e56bab641cce88e866cf
Impose maximum width on main content.

diff -r cfeb344aecd6 -r f9ed1b7953ca web/css/dottes.css
--- a/web/css/dottes.css	Sun Nov 06 23:10:17 2016 +0000
+++ b/web/css/dottes.css	Mon Nov 07 20:31:16 2016 +0000
@@ -21,7 +21,7 @@
     background: white;
 }
 
-div.banner
+div.banner, div.dottes-body
 {
     background-color: black;
 
@@ -38,6 +38,17 @@
     -moz-border-radius-bottomright: 5px;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
+
+    padding: 10px;
+
+    max-width: 1300px;
+    margin-left: auto;
+    margin-right: auto;
+}
+
+div.banner
+{
+    background-color: black;
 }
 
 div.banner img
@@ -64,24 +75,8 @@
 {
     background-color: white;
 
-    -webkit-border-top-left-radius: 5px;
-    -webkit-border-top-right-radius: 5px;
-    -moz-border-radius-topleft: 5px;
-    -moz-border-radius-topright: 5px;
-    border-top-left-radius: 5px;
-    border-top-right-radius: 5px;
-
-    -webkit-border-bottom-left-radius: 5px;
-    -webkit-border-bottom-right-radius: 5px;
-    -moz-border-radius-bottomleft: 5px;
-    -moz-border-radius-bottomright: 5px;
-    border-bottom-left-radius: 5px;
-    border-bottom-right-radius: 5px;
-
     margin-top: 5px;
     margin-bottom: 5px;
-
-    padding: 10px;
 }
 
 div.dottes-body h1