From: larsk Date: Sun, 14 Apr 2013 01:13:02 +0000 (+0100) Subject: Fix width X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3717660fad6b64df33efda1186ee968784a6b864;p=people%2Flarsk%2Fxenproject-org-websites.git Fix width --- diff --git a/xen.org/includes/globalheader.html b/xen.org/includes/globalheader.html index 561b197..ce9762d 100644 --- a/xen.org/includes/globalheader.html +++ b/xen.org/includes/globalheader.html @@ -26,7 +26,7 @@ margin: 0; } #toolbar .wrapper { - max-width: 970px; + max-width: 915px; margin: 0 auto; } .float-left { float: left; }