#2437 closed defect (bug) (fixed)
Handbook sidebar background is off on large resolution screens
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | ui-feedback has-patch |
Cc: |
Description
I noticed it yesterday on my 25" 2560x1440 screen that the sidebar on the handbook pages and the background (that is set as a sharp gradient of the entire .handbook-template-default #page
div) gets misaligned (I'll attach an image of the issue below).
The fix is to add a background to the sidebar so that no mater how big the resolution gets, there won't be any 'escaping' of the background.
.handbook-template-default #secondary { margin: 0; background: #fafafa; }
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
The major fix is on the line 1037, other fixes are probably just due to trimming of trailing white space I have set up in Sublime