Hi
I'm using trac 1.2.3
I'm using tracd standalone

My config is as follow

My trac env
/srv/live/ap/trac/nfx 

I created 3 files files in the templates directory

site_header.html, site_footer.html, site_head.html

And a stylesheet in

htdocs

Prior to run tracd 

I export this variable:
export TRAC_ENV_INDEX_TEMPLATE=/srv/live/ap/trac/nfx/templates

tracd -p 8080 --basic-auth="*,/srv/live/ap/trac/.htpasswd,My own stuff" -e 
/srv/live/ap/trac

Unfornutally my style sheets get ignred
What am i missing ?

Best Regards
Jacques

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/b37734aa-f1af-48b0-a352-56b2f02c0661n%40googlegroups.com.
:link, :visited, dt em, .milestone .info h2 em,
#metanav form.trac-logout button,
#content.report h3 a em,
#content.build h2.config :link, #content.build h2.config :visited,
.plugin h3 a {
 color: #00b;font-weight: bolder;
}
/* To change red of the source path in browser, we need an extra rule to reset the grey (#998) of the first element */
#content.browser h1 :link, #content.browser h1 :visited {
 color: #00b;font-weight: bolder;
}
#content.browser h1 .first:link, #content.browser h1 .first:visited {
 color: #998;
}
.trac-button.trac-delete {
    color: #00b;
}

Reply via email to