lilypond-devel
[Top][All Lists]
Advanced

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

Re: Web glitch


From: Federico Bruni
Subject: Re: Web glitch
Date: Tue, 28 Aug 2012 16:11:47 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.5) Gecko/20120624 Icedove/10.0.5

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



reply via email to

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