1.首先下载你需要修改的模板的CSS文件styles.css
2.用Frontpage或Dreamweaver或其他编辑器打开styles.css
3.复制下列代码
4.任务完成.
2.用Frontpage或Dreamweaver或其他编辑器打开styles.css
3.复制下列代码
.panel-content li.indent{
padding: 0px;
background-image: url("images/list.gif");
background-repeat: no-repeat;
text-indent: 15px;
}/*2级分类缩进*/
.panel-content ul ul li{
padding: 0px;
background-image: url("images/list.gif");
background-repeat: no-repeat;
text-indent: 15px;
}/*链接分类缩进*/
到styles.css的最后padding: 0px;
background-image: url("images/list.gif");
background-repeat: no-repeat;
text-indent: 15px;
}/*2级分类缩进*/
.panel-content ul ul li{
padding: 0px;
background-image: url("images/list.gif");
background-repeat: no-repeat;
text-indent: 15px;
}/*链接分类缩进*/
4.任务完成.











