Opened 9 years ago
Closed 8 years ago
#2045 closed defect (bug) (fixed)
WordPress.tv: Blog footer is misaligned
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.tv | Keywords: | has- 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 .
The wptvblog2
theme is not open sourced yet (see #475), so the is for wptv2/style.css
, which is loaded in the blog theme as well.
While working on the , 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 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.