[PATCH] coal: don't keep the menu affixed to the top

Rocco Rutte pdmef at gmx.net
Tue May 12 07:15:37 CDT 2009


# HG changeset patch
# User Rocco Rutte <pdmef at gmx.net>
# Date 1242130506 -7200
# Node ID cdb2f85fb2f5a7c2a5f103a7ac13067cfd682d65
# Parent  c8e81f557da7784e07514fd4c29f588ea0d8edb7
coal: don't keep the menu affixed to the top

This was done for paper in 15981c8f6cf1 since it causes performance issues.

diff --git a/templates/static/style-coal.css b/templates/static/style-coal.css
--- a/templates/static/style-coal.css
+++ b/templates/static/style-coal.css
@@ -33,7 +33,7 @@ body {
   margin: 0;
   font-size: 80%;
   text-align: left;
-  position: fixed;
+  position: absolute;
   top: 27px;
   left: auto;
   right: 27px;


More information about the Mercurial-devel mailing list