[pypy-commit] pypy.org extradoc: widen the page to make room for the donations div

mattip noreply at buildbot.pypy.org
Thu Nov 19 15:56:18 EST 2015


Author: mattip <matti.picus at gmail.com>
Branch: extradoc
Changeset: r659:e6e9b4fe04aa
Date: 2015-11-19 22:57 +0200
http://bitbucket.org/pypy/pypy.org/changeset/e6e9b4fe04aa/

Log:	widen the page to make room for the donations div

diff --git a/css/site.css b/css/site.css
--- a/css/site.css
+++ b/css/site.css
@@ -167,7 +167,7 @@
 #body-inner {
    	margin: 0 auto;
 	padding: 10px 20px;
-	width: 1000px;
+	width: 1150px;
 }
 
 #body-outer {


More information about the pypy-commit mailing list