I have an tag that seems to be ignored by the browser because it is already also an tag that has styling defined like this:
.content .chapter_text {
margin-bottom: 0em;
padding: 0.5em;
line-height: 1.4em;
}
.content .chapter_text li{
list-style-image: url("http://www.comehike.com/img/ui/circle.png");
margin-left:20px;
}
.content .chapter_text li a{
color: #7e9940;
text-decoration: none;
}
.content .chapter_text a:hover{
color: #3f6b30;
}
The page I am working on is here: http://www.comehike.com - see the middle section in center and right columns.
The links of titles are inside but it doesn't render. How should I edit the styling to make it render?
Thanks, Alex