Commit Diff
- Commit:
025c25369f278576ed92bc0c80a5b9a61a2e851f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Message:
- gotwebd: remove erratic horizontal scrolling In some pages gotwebd shows horizontal scrollbars because the error message overflows the width. Remove the explicit width in the CSS, the message is still rendered fine and doesn't overflow the page. spotted by and ok tracey@
- Actions:
- Patch | Tree
--- gotwebd/files/htdocs/gotwebd/gotweb.css +++ gotwebd/files/htdocs/gotwebd/gotweb.css @@ -301,7 +301,6 @@ body { #err_content { clear: left; float: left; - width: 100%; padding-left: 20px; padding-top: 20px; padding-bottom: 20px;