【发布时间】:2011-06-09 18:32:21
【问题描述】:
这是一个简单的 CSS 问题。我的网站存在以下问题:
#main-content ol {
list-style-type: decimal;
padding-left: 25px;} /* abc.css (line 140) */
#contentWrapper p, #contentWrapper ul, #contentWrapper ol, #lmBlurbsArchive {
color: #666666;
font-size: 1.1em;
margin-bottom: 12px;
margin-left: 0;
margin-right: 0;
margin-top: 0;} /* abc.css (line 69) */
/* Code below being striped out/ over written by other class above */
ol.upper-roman {
list-style-type: upper-roman;
【问题讨论】:
标签: html css css-selectors