Closed (fixed)
Project:
Acquia Marina
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2012 at 15:32 UTC
Updated:
9 Mar 2012 at 17:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
sheena_d commentedHi, Thanks for catching this! It was a typo in the CSS file. That style is meant for IE6 only (since IE6 doesn't understand the min-height rule) and it was missing the .ie6 selector, causing it to override the style for all browsers.
Attached is a patch to correct the issue. If this patch fixes your issue, I will push my changes so they will show up in the next automatic 7.x-2.x-dev release.
Comment #2
dyardley commentedMy bad, I should have checked that a bit further myself. Patch looks clean, style shows as expected so I'll mark as resolved.
Comment #3
sheena_d commentedWe still needed to fix it in the theme, so thanks for reporting! I've pushed that commit, so it should show up in the dev release that's rolled tonight.