More coal theme

rubik rubik at sina.com
Thu Jul 17 21:52:55 CDT 2008


Matt Mackall <mpm <at> selenic.com> writes:

> 
> A bunch of tweaks now in tip. You can see it here:
> 
> http://selenic.com/hg/coal-shortlog
> 
> Still struggling with the MSIE problem, but I think I've fixed a bunch
> of the other issues. I think this probably describes the IE problem but
> I couldn't get the fix to work:
> 
> http://tagsoup.com/cookbook/css/fixed/
> 
> If anyone else wants to take a stab at it, please do.
> 
> I've also drawn a couple simple icons for the file browser that
> graphically-minded folks are encouraged to improve upon.
> 
> I'm also hoping this inspires some people more competent at web design
> to try their hand at a new theme.
> 


coal theme , good

not very good in my IE 6.0.

but it looks better after adding some lines into 
Templates\static\style-coal.css

lines began with # are for IE only.
----------------------------------------------------------
#.menu {
  position: absolute !important;
  top:expression(eval(document.body.scrollTop + 27));
}

.main {  
    width:90%;
}

#.main {  
    width:98%;
}
----------------------------------------------------------

FYI




More information about the Mercurial mailing list