diff --git a/pypa_theme/static/pypa.css b/pypa_theme/static/pypa.css index 3ab3bb6..353fdd0 100644 --- a/pypa_theme/static/pypa.css +++ b/pypa_theme/static/pypa.css @@ -1,5 +1,18 @@ @import url("pydoctheme.css"); +/* Limit the body width */ +body { + max-width: 1000px; + margin: 0; + padding-left: 1em; +} + +/* Add a border on right of content */ +div.bodywrapper { + padding-right: 1em; + border-right: 1px solid #cccccc; +} + /* Undo the margin override in pydoctheme */ div.sphinxsidebarwrapper > ul > li > ul > li { margin-bottom: 0;