Jeroen Ruigrok/asmodai wrote:
-On [20060608 09:03], Ilias Lazaridis ([EMAIL PROTECTED]) wrote:
but I cannot figure out how to limit the page width of trac to 1024 pixels (centered), without having to modify all .cs templates.

My best guess at the moment would be something like:

change templates/site_css.cs to include your style sheet and in that style
sheet have something like:

html, body {
  width: 1024px;
}

But that might require some playing around with things.

I'm sure some more experienced template hackers will now correct me. ;)

html {
  width: 1024px;
}

placed within trac.css did the job.

thanks a lot!

.

--
http://lazaridis.com

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to