在这个页面(http://www.bonniesphere.com/blog/elsewhere/)上,“li”项目有一个图像而不是一个项目符号。但是图像垂直居中,在多行条目中看起来不太好。谁能告诉我 CSS 中是否有需要更改的内容?
下面是相关代码:
.entry ul {list-style-type:none;} .entry ul li{padding: 0 0 0 15px;background: url(img/ol.gif) no-repeat left center;margin-left:10px;}
非常感谢您的帮助...