]> xenbits.xensource.com Git - people/larsk/xenproject-org-websites.git/commitdiff
Fixed size global bar
authorlarsk <lars.kurth@citrix.com>
Sun, 14 Apr 2013 01:37:52 +0000 (02:37 +0100)
committerlarsk <lars.kurth@citrix.com>
Sun, 14 Apr 2013 01:37:52 +0000 (02:37 +0100)
xen.org/includes/globalheader.html

index 3f5d0778bc053062c5b7dc23aa34583c19eed43f..2e4e4b172ce19fc58063f60ab51da98a17ab89ea 100644 (file)
@@ -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; }