Patch (to be ported)
Project:
niGraphic Studio Theme
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
5 Jul 2009 at 19:27 UTC
Updated:
5 Jul 2009 at 19:27 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| xzyyy.patch | 304 bytes | xzyyy |