I think I'm getting closer..
It's probably an issue with the name of css properties and the order of them, as explained here:
http://css-tricks.com/ordering-css3-properties/

I think that FF14 needs the right property name, without -moz.
In lilypond-website.css add it here:

#tocframe > ul:first-child > li:first-child a {
  text-indent: -999em;
background: #6aec7c url(../pictures/lily-home-nav-bg.png) no-repeat 50% 50%;
  width: 9%;
  /* css3 no go yet? */
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 30px;
}

And you'll see the rounded corner coming back.

BTW, 'make website' doesn't exist anymore?
--
Federico

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to