# HG changeset patch # User Brendan Cully # Date 2008-10-29 17:55:29 # Node ID 5ac779ea7850a2c36ac951a6127140df9c1aab84 # Parent a1f8ad3c18217efa21b69401cb19b35da0b6f442 Backed out changeset a1f8ad3c1821 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 @@ -17,6 +17,10 @@ body { border-bottom: 15px solid black; } +#.main { + width:98%; +} + .overflow { width: 100%; overflow: auto; @@ -35,6 +39,11 @@ body { right: 27px; } +#.menu { + position: absolute !important; + top:expression(eval(document.body.scrollTop + 27)); +} + .menu ul { list-style: none; padding: 0;