cmrockwell opened a new pull request #51: URL: https://github.com/apache/sling-site/pull/51
… is annoying. This page /documentation/development/release-management.html div.column.main was 2333px wide. This is caused by absence of line-breaks inside <pre> text and absence of max-width CSS applied to the parent .main css class. This commit sets max-width at 1000px for the .main element. If <pre> text extend beyond that, there will be local horizontal scroll. Therefore excessivly long <pre> text won't ruin the experience throughout the page. Added line breaks in the example email announcemenbt <pre> text also makes it more readable. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
