From: Art Cancro Date: Wed, 14 Jul 2010 15:09:35 +0000 (+0000) Subject: * Locked the banner div at top:0 to keep Google Chrome from floating it out of place X-Git-Tag: v7.86~99 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=01bf0a7f0a6885635def1b4ddf3d02de026ec1f6;p=citadel.git * Locked the banner div at top:0 to keep Google Chrome from floating it out of place --- diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index be31d5d12..1312bc1d2 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -153,6 +153,7 @@ body { color: #FFF; margin: 0; padding: 0; + top: 0; height: 120px; /* when changing this, also change #content */ position: fixed; width: 84%; /* when changing this, also change #iconbar and #content */