The page.tpl.php file is missing the .outer-wrapper class from the 'main' element (content & sidebars).

I see that the outer-container mixin is applied to the 'main' element in _base.scss but for some reason this is okay for modern browsers but causes IE8 and 9 to fail.

Applying .outer-wrapper class to the 'main' element in page.tpl.php seems to fix.

Comments

mrpauldriver’s picture

Issue summary: View changes
kevinquillen’s picture

You have commit access, so if you'd like to post a patch, test it and commit to dev you are able to.

  • kevinquillen committed 1344600 on 7.x-1.x
    Issue #2477957: page.tpl.php missing .outer-wrapper class from main...
kevinquillen’s picture

Status: Active » Fixed

  • kevinquillen committed 5acd349 on 8.x-1.x
    Issue #2477957: page.tpl.php missing .outer-wrapper class from main...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.