Posted by avior on April 6, 2008 at 8:05pm
| Project: | Panels |
| Version: | 5.x-2.0-beta3 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I have been trying to hack this problem for a long time without any success until my friend tom (the css expert) came ...
there is a problem in threecol_33_34_33_stacked.css line 22-24
.panel-3col-33-stacked .panel-col-first .inside {
margin: 0 .5em 1em .0;
}and should be (.0 to 0)
.panel-3col-33-stacked .panel-col-first .inside {
margin: 0 .5em 1em 0;
}
this command isn't interpreted by ie6 nor ie7 and can make layout issues in ie.x
Comments
#1
Dunno whether this really fixes this bug, but it can be changed without doubts.
#2
Committed.
#3
Automatically closed -- issue fixed for two weeks with no activity.