]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing header layout bug
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Sun, 17 Apr 2011 14:31:58 +0000 (16:31 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Sun, 17 Apr 2011 14:31:58 +0000 (16:31 +0200)
css/styles.css

index 8f8fa693f10f2f546a21b1b06baf3cac32358930..ba6f5bf2c36cfe24b9c65c81fc716c2e3cfbbe30 100644 (file)
@@ -1,6 +1,6 @@
 * { margin:0; padding:0; border:0; }
-body { background-color:#fefefe; background-image:url('../img/body_background.jpg'); background-repeat:repeat-y; background-position:left top; line-height:1.6em; font:normal 80% "Lucida Grande", Arial, Verdana, sans-serif; color:#000; }
-#header { position:fixed; width:100%; height:5.5em; padding:0.5em 1.5em; background-image:url('../img/header-a.png'); background-repeat:repeat-x; background-position:left top; }
+body { position:absolute; background:#fefefe url('../img/body_background.jpg') repeat-y left top; line-height:1.6em; font:normal 80% "Lucida Grande", Arial, Verdana, sans-serif; color:#000; }
+#header { position:fixed; width:100%; height:5.5em; padding:0.5em 1.5em; background:url('../img/header-a.png') repeat-x left top; }
 #plugins { position:fixed; }
 #main { margin-top:7em; }
 #body-settings #header { background-image:url('../img/header-settings-a.png'); }