Footer not aligned in Bug Reports
|
|
Resolved
|
Some browsers stupidly put whitespace after inline-block elements even when there is no following text, forcing a CSS workaround.
|
| BYOND Version: | 486 |
| Operating System: | Windows 7 Home Premium 64-bit |
| Web Browser: | Chrome 12.0.742.112 |
| Applies to: | Website |
|
| Status: |
Resolved (web)
This issue has been resolved.
|
|
|
The footer isn't aligned on all of the pages, at least in Google Chrome as seen here: image
|
<div class="main_background bottom"</div>
Should be
<div class="main_background_bottom"></div>