a little css conflict, please advise
I have a plugin installed to display a nice pricing table, see -
Pricing | Australia's local babysitting resource...
Problem is that there is a clash with the classipress css and ul's appear as you can see.
The plugin author suggest commenting out .post ul li, .single-main ul li { list-style: disc outside none; }
but I cant find that in the CSS. The only .post ul..... i can find is below.
What do you recommend i comment out?
thanks
M
/* blog and single ad page styles */
.post {font-size:13px;line-height:20px;}
.post p, .single-main p {line-height:20px; padding:10px 0; font-size:13px}
.single-main p object {padding-left:28px;}
.post h2, .single-main h2{margin-bottom:0}
.single-main .dotted { padding-bottom: 10px; margin-bottom: 10px; }
.post h2.dotted a, .post h3 a, .single-main h2.dotted a, .single-main h3 a{text-decoration:none}
.post h2.dotted a:hover, .post h3 a:hover, .single-main h2.dotted a:hover, .single-main h3 a:hover{text-decoration:underline}
.post p.meta, .single-main p.meta{color:#9F9F9F; font-family:Arial,Helvetica,sans-serif; font-size:11px; padding:7px 0; line-height:20px;}
.post p.meta a, .single-main p.meta a {text-decoration: underline;}
.post p.meta a:hover, .single-main p.meta a:hover {text-decoration: none;}
.post .attach-meta {text-align:center;}
div#nav-below {margin-bottom:30px; text-align:center;}
.entry img, img.attachment-blog-thumbnail{border:1px solid #CCC; padding:5px; float:left; margin:15px 15px 5px 0; width:auto}
.post blockquote, .single-main blockquote{color:#777; font-style:italic; background:transparent url(images/quote.gif) no-repeat scroll 0 -1px; margin:1em 40px; padding-left:50px; font-size:14px}
a.more-link{line-height:10px}
.post ul, .post ol, .single-main ul, .single-main ol{padding-left:40px; line-height:18px; margin-top:0}
.bigright ul li{ padding:0 0 2px}
.post ul li, .single-main ul li{list-style-image:none; list-style-positionutside; list-style-type:disc; padding:3px 0}
.post ol li, .single-main ol li{list-style-image:none; list-style-positionutside; list-style-type:decimal; padding:3px 0}
.post img{border:1px solid #CCC; padding:5px; background-color:#FFFFFF; -khtml-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 1px 1px 5px #b7b7b7; -webkit-box-shadow: 1px 1px 5px #b7b7b7; box-shadow: 1px 1px 5px #b7b7b7;}
.post p.stats {text-align:right;font-size:11px;color:#AFAFAF;}