Opened 5 years ago
Closed 5 years ago
#50622 closed defect (bug) (fixed)
Sitemap: add container div
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Sitemaps | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
I think we should add a container div to the sitemap. This was we can center the entire content area (margin: 0 auto) using a single CSS selector (#sitemap).
See the attached patch.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Try the patch with this css:
#sitemap { max-width: 980px; margin: 0 auto; } #sitemap__table { width: 100%; }