[PATCH] paper: render menu at fixed position

Rocco Rutte pdmef at gmx.net
Sat Mar 28 10:31:25 CDT 2009


# HG changeset patch
# User Rocco Rutte <pdmef at gmx.net>
# Date 1238253914 -3600
# Node ID ef0b467f4f9a60aff45399027673d97d44fda7ea
# Parent  c74b0d7424e645bd647d292442cc38859ac547b3
paper: render menu at fixed position

diff --git a/templates/static/style-paper.css b/templates/static/style-paper.css
--- a/templates/static/style-paper.css
+++ b/templates/static/style-paper.css
@@ -15,7 +15,7 @@ body {
   padding: 2em 2em 2em 0;
 }
 
-#.main {
+#main {
   width: 98%;
 }
 
@@ -29,7 +29,7 @@ body {
   margin: 0;
   font-size: 80%;
   text-align: left;
-  position: absolute;
+  position: fixed;
   top: 20px;
   left: 20px;
   right: auto;


More information about the Mercurial-devel mailing list