Page 1 of 1

Re: site_mapper tag layout not changed by CSS?

Posted: Sun Aug 03, 2008 10:09 am
by sn3p
Hi,

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%;
}