[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnindex.xsl and stylesheet

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-08-07 17:10:21 CEST

On 8/6/06, martin f krafft <madduck@madduck.net> wrote:
> Hi,
>
> I am trying to style http://svn.madduck.net/pub a little. I have
> copied the SVN standard .xsl file to
> http://svn.madduck.net/pub/svnindex.xsl and the stylesheet to
> http://svn.madduck.net/pub/svnindex.css, and configured apache
> accordingly. The result is that svnindex.xsl is being used to render
> the page, but I cannot get it to recognise the stylesheet.
>
> Any idea what I am doing wrong?

Your CSS file is being served with a content-type of text/plain, which
will cause more strict browsers (Gecko most famously) to ignore it.
CSS files should be served as text/css - simple tweak to your Apache
config to set this mime-type mapping.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 7 17:12:00 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.