lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Web glitch


From: Francisco Vila
Subject: Re: Web glitch
Date: Tue, 28 Aug 2012 18:24:59 +0200

2012/8/28 Federico Bruni <address@hidden>:
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]