Opened 4 years ago
Last modified 7 months ago
#2337 new task
Wrong size of div on index.html — at Initial Version
Reported by: | bakaniko | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive17.0 |
Component: | OSGeoLive | Keywords: | |
Cc: |
Description
The main page seems to be left aligned, in fact it is because the div is limited to 800px.
This parameter is set in basic.css from sphinx (L218): div.body{
min-width: 450px; max-width: 800px;
}
If you change max-width to something like 95% in the web browser, the page is ok.
I tried to reproduce this behavior in a local build of the docs and I cannot reproduce that behavior. The webpage was correctly displayed.
Note:
See TracTickets
for help on using tickets.