Re: site_mapper tag layout not changed by CSS?
Posted: Sun Aug 03, 2008 10:09 am
Hi,
It looks like the style is inherited from a parent somehow, probably the one set for ".main-content ul li".
try this:
It looks like the style is inherited from a parent somehow, probably the one set for ".main-content ul li".
try this:
Code: Select all
.main-content .mapsite ul li a {
color: #FD0000;
font-size:50%;
}