In ie6, there will be a dislocation for the node title line.
xzyyy - July 5, 2009 - 19:27
| Project: | niGraphic Studio Theme |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | xzyyy |
| Status: | patch (to be ported) |
Description
find the css object in style.css, it will be:
/**
* Nodes & comments
*/
.node {
border-bottom: 1px solid #ccc;
margin: 0;
padding: 1.5em 5px;
}
then replace it with
/**
* Nodes & comments
*/
.node {
border-bottom: 1px solid #ccc;
margin: 0;
padding: 1.0em 5px !important;
padding: 1.0em 0px ;
}
first padding left(second parameter in padding line) will affect ff,ie7 and second line will affect ie6. you can adjust it if still doesn't work well.
| Attachment | Size |
|---|---|
| xzyyy.patch | 304 bytes |
