Download & Extend

In ie6, there will be a dislocation for the node title line.

Project:niGraphic Studio Theme
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:xzyyy
Status:patch (to be ported)

Issue Summary

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.

AttachmentSize
xzyyy.patch304 bytes
nobody click here