]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add a max-width for body text to match the appengine site
authorBen Darnell <ben@bendarnell.com>
Sun, 10 Mar 2013 19:08:43 +0000 (15:08 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 10 Mar 2013 19:08:43 +0000 (15:08 -0400)
website/static/sphinx.css

index 28c9b04e31cf415589db0b6deb3a71775a0048de..de4d690b1bb1e2d1ec59fe6f8ce3f0dccc3df348 100644 (file)
@@ -60,4 +60,8 @@ div.body {
 
 div.related, div.sphinxsidebar {
     font-family: Calibri, sans-serif;
+}
+
+div.section {
+    max-width: 850px;
 }
\ No newline at end of file