2012/8/28 Federico Bruni <fedel...@gmail.com>:
> 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;
> }


Why a different radius for -moz-border-radius-bottomleft and
border-bottom-left-radius?

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

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

Reply via email to