Christopher Arndt wrote:
> Christoph Zwerschke schrieb:
>> I think the fix is to simply add "position: absolute;"
>> to the #page block in screen.css.
>
> No, this will introduce a 172px gap between the header and the page content.
Strange, it works for me, only the horizontal alignment was wrong.
Can you try the following (tested with IE 7, Firefox and Opera):
#page{
position: absolute;
margin-left: -425px;
top: 170px;
left: 50%;
}
> I'm open to implement a better theme for the the TG docs wiki, which
> doesn't waste so much screen estate with the right/left margins. Any takers?
I like the current theme, and it blends in nicely with the homepage.
-- Christoph
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---