Closed (fixed)
Project:
Hostmaster (Aegir)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2012 at 12:39 UTC
Updated:
30 May 2014 at 10:04 UTC
Jump to comment: Most recent
Comments
Comment #1
steven jones commentedThis will need testing with one of the IEs too.
Comment #2
omega8cc commentedThe patch: http://drupalcode.org/sandbox/omega8cc/1074912.git/commit/9e97fcb
Comment #3
omega8cc commentedIndeed, as "inherit" is supported probably only in IE 8 and 9, however I'm not sure if not supported property value is worse than incorrect "middle". I don't have any Windows machine to test this :/
[EDIT] See also: http://www.w3schools.com/cssref/pr_pos_vertical-align.asp
Comment #4
omega8cc commentedFixing the title.
Comment #5
omega8cc commentedJust tested this with Opera and it works the same, so only IE 7 needs testing?
Comment #6
anarcat commentedIs this RTBC? do we care that much about IE7?
And why do we need to specify vertical-align if it's going to "inherit"? Wouldn't just removing the directive work?
Comment #7
steven jones commentedI reckon that just removing that CSS should do the trick, as anarcat sugested in #6. So I've removed it in 6.x-2.x. Thanks for the patches and the testing!