From: Ben Darnell Date: Sun, 10 Mar 2013 19:08:43 +0000 (-0400) Subject: Add a max-width for body text to match the appengine site X-Git-Tag: v3.0.0~45^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e49ba0c5b7935590dafce1ef849eb1b0491ac9c2;p=thirdparty%2Ftornado.git Add a max-width for body text to match the appengine site --- diff --git a/website/static/sphinx.css b/website/static/sphinx.css index 28c9b04e3..de4d690b1 100644 --- a/website/static/sphinx.css +++ b/website/static/sphinx.css @@ -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