schoenborno schrieb:
> Is there any way to control the width of main text area? Most web
> pages limit text width to something like 1000 pixels so the text is
> easier to read (it's well known that short lines are easier to read
> than long lines). Thanks,
Interesting; I've so far only had complaints that the sidebar takes up
too much space that is wasted for main text :)
In any case, it should be easy to create a custom CSS file that limits
the width of the "div.body" element, like this: create a file "custom.css"
in the static path (by default, the _static dir in the doc root)
containing e.g.
@import url(default.css)
div.body { max-width: 1000px }
and using "custom.css" as the "html_style" config value.
Georg
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---