From: larsk Date: Sun, 14 Apr 2013 01:37:52 +0000 (+0100) Subject: Fixed size global bar X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=316382cec5c9640ee4eabdb6bb92a88f9c822237;p=people%2Flarsk%2Fxenproject-org-websites.git Fixed size global bar --- diff --git a/xen.org/includes/globalheader.html b/xen.org/includes/globalheader.html index 3f5d077..2e4e4b1 100644 --- a/xen.org/includes/globalheader.html +++ b/xen.org/includes/globalheader.html @@ -12,7 +12,8 @@ .grid-block:after, .deepest:after { clear: both; } #toolbar { - background-color: #9BA7B4; + max-width: 915px; + background-color: #122529; background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(18, 37, 41)), to(rgb(13, 27, 30))); background-image: -webkit-linear-gradient(top, rgb(18, 37, 41), rgb(13, 27, 30)); background-image: -moz-linear-gradient(top, rgb(18, 37, 41), rgb(13, 27, 30)); @@ -26,7 +27,7 @@ margin: 0; } #toolbar .wrapper { - max-width: 915px; + max-width: 896px; margin: 0 auto; } .float-left { float: left; }