David
01-20-2006, 08:30 PM
############ main.css ##############
input.text {
color: #000000;
border: 1px solid #5e74b3;
height: 13px;
}
Change to:
input.text {
color: #000000;
border: 1px solid #5e74b3;
}
###################################
########## top_bar.tpl ############
2nd line:
<p id="path">
change to:
<div id="path" style="height: 19px; width: 100%;">
and (near line 40)
</p>
change to:
</div>
input.text {
color: #000000;
border: 1px solid #5e74b3;
height: 13px;
}
Change to:
input.text {
color: #000000;
border: 1px solid #5e74b3;
}
###################################
########## top_bar.tpl ############
2nd line:
<p id="path">
change to:
<div id="path" style="height: 19px; width: 100%;">
and (near line 40)
</p>
change to:
</div>