Mercurial > hg
changeset 7291:5ac779ea7850
Backed out changeset a1f8ad3c1821
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Wed, 29 Oct 2008 10:55:29 -0700 |
parents | a1f8ad3c1821 |
children | 1493d1e05ca3 |
files | templates/static/style-coal.css |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/static/style-coal.css Tue Oct 28 21:31:21 2008 -0700 +++ b/templates/static/style-coal.css Wed Oct 29 10:55:29 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;