Opened 3 years ago
Last modified 6 months ago
#2337 new task
Wrong size of div on index.html
Reported by: | bakaniko | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | OSGeoLive17.0 |
Component: | OSGeoLive | Keywords: | |
Cc: |
Description (last modified by )
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. It was done with a fresh git clone but maybe an older version of sphinx (I used 1.6.5) ?
Change History (5)
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
comment:3 by , 3 years ago
Milestone: | OSGeoLive14.0 → OSGeoLive15.0 |
---|
Ticket retargeted after milestone closed
comment:4 by , 23 months ago
Milestone: | OSGeoLive15.0 → OSGeoLive16.0 |
---|
Ticket retargeted after milestone closed
comment:5 by , 6 months ago
Milestone: | OSGeoLive16.0 → OSGeoLive17.0 |
---|
Ticket retargeted after milestone closed
on the active website
live.osgeo.org
, under/14.0/_static/basic.css
I changeddiv.body
to{ width: 90% ... }
on line #220 . feedback welcome