On Sun, 26 Oct 2014 16:58:04 -0500 "Timothy Pearson" kb9vqf@pearsoncomputing.net wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
The new "patches from GIT" page looks good and so does the search field at the bottom. Anyhow IMO there are still a few things to fix:
[...]
- The page still displays with problems if the width of the browser
window is small enough (the blue left side menu overlaps the page contents)
Not sure I can do anything about this; E. Liddell would have to comment.
It's Complicated. For webdev, adding padding-left:170px; to the CSS style for .patchtable should help. For the page as currently deployed, there is no fix that doesn't break centering, not that I've been able to find. Then again, I can scale that page down to below 800x600 without problems occurring--it kind of depends on your font.
The navigation will need to be enclosed in a div so that it can get similar treatment--I'll tinker with it tomorrow if I have time.
(If we were keeping the original design, I'd want to rebuild that page to have a different internal setup from the others; under the circumstances, I don't think it's necessary.)
E. Liddell