* Locked the banner div at top:0 to keep Google Chrome from floating it out of place
authorArt Cancro <ajc@citadel.org>
Wed, 14 Jul 2010 15:09:35 +0000 (15:09 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 14 Jul 2010 15:09:35 +0000 (15:09 +0000)
webcit/static/webcit.css

index be31d5d121e3f6055c0796e8fc11eab6b3bb08fe..1312bc1d2d5233ad34db75a7aa70ad293d4efea7 100644 (file)
@@ -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 */