Roger Binns <[email protected]> writes:
> Schollii wrote:
>> For those interested in a somewhat different layout than one of the
>> two default ones, I have played around with the layout.html and CSS
>> and the result can be seen at http://pubsub.sourceforge.net.
>
> BTW that looks awful on my screen. Only a small portion of the available
> space is taken up and there is a scrollbar in the content instead of using
> the available window space. I've attached a screenshot to illustrate (very
> low quality jpg).
That's because of things like
div.documentwrapper {
float: left;
overflow: auto;
width: 548px;
height: 600px;
border-right: 1px solid #98dbcc;
}
Florian
--
GUIs programmieren mit Python und Glade:
<http://www.florian-diesch.de/doc/python-und-glade/>
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" 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/sphinx-dev?hl=en.