Opened 8 years ago
Closed 7 years ago
#2045 closed defect (bug) (fixed)
WordPress.tv: Blog footer is misaligned
Reported by: | SergeyBiryukov | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.tv | Keywords: | has-patch commit has-screenshots |
Cc: |
Description
The footer on https://blog.wordpress.tv/ is missing some styling, see the screenshots.
The first screenshot is from http://wordpress.tv/, the second two are from https://blog.wordpress.tv/, before and after the patch.
The wptvblog2
theme is not open sourced yet (see #475), so the patch is for wptv2/style.css
, which is loaded in the blog theme as well.
While working on the patch, I've noticed that the open sourced version of style.css
is different from what is actually live on the site:
- WordPress.com's wptv2/style.css has this rule:
.menu-footer-container li { margin: 0 10px; }
- Meta Trac's wptv2/style.css does not have it.
- [4068] is still not deployed.
Are they maintained separately? The patch just synchronizes the missing bit, but it might be a good idea to do a full review of differences as well.
Attachments (4)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Replying to SergeyBiryukov:
They should be in sync, minus any of the latest fixes. WordPress.tv requires a separate deploy on WordPress.com and we usually wait until there's been a few fixes (or one major fix) before doing so.