html - Class being over written by other class -


here simple css issue. have site has following problem:

#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/ on written other class above */ ol.upper-roman { list-style-type: upper-roman; 

#main-content ol.upper-roman should specific enough "win".

so, in css, change ol.upper-roman above selector.

give these read:


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -