bobster65 |
03-22-2010 08:37 PM |
Here is a QUICK Fix for the CSS conflict that cause's the Horizontal Lines to disappear..
in the skin-tfh.css
Replace lines 68 through 77 with this.. Basically remarking out the content of those two CSS elements. Don't remove the Elements, just replace them with this for now.
Code:
.yui-navset .yui-content div {
/* border:0px solid #ADCCE1; */
/* border-top-color:#ADCCE1; */
/* padding:0.0em 0.0em; */
}
.yui-navset .yui-content div div { /* kill inheritance */
/* border:0; */
/* padding:0; */
}
|