-
Bug
-
Resolution: Fixed
-
High
-
2.6.0
-
None
In main-action.css for conf 2.6-dr1, there is a howling mistake in that you are setting text-align:center for the <body> tag?!!!
Utter nightmare. Internet Exploder takes this to mean "center all content on the page unless it's explicity set to left aligned".
Please remove the text-align:center from main-action.css
The CSS in question is here:
body { background-color:#F0F0F0; margin:0px; padding:0px; text-align:center; }
If there is a specific reason why you are setting "text-align:center", please let us know and we'll provide a less drastic approach.