# HG changeset patch # User Brendan Cully # Date 1225302951 25200 # Node ID 1493d1e05ca3034a104afca2f49aec2783be3df6 # Parent a3871028aacfd7102a766bd4cb986e3ff73c255f# Parent 5ac779ea7850a2c36ac951a6127140df9c1aab84 hgweb coal/paper: Restore IE compatibility hack diff -r a3871028aacf -r 1493d1e05ca3 templates/static/style-coal.css --- a/templates/static/style-coal.css Wed Oct 29 13:37:35 2008 +0100 +++ b/templates/static/style-coal.css Wed Oct 29 10:55:51 2008 -0700 @@ -17,6 +17,10 @@ border-bottom: 15px solid black; } +#.main { + width:98%; +} + .overflow { width: 100%; overflow: auto; @@ -35,6 +39,11 @@ right: 27px; } +#.menu { + position: absolute !important; + top:expression(eval(document.body.scrollTop + 27)); +} + .menu ul { list-style: none; padding: 0;