Page 1 of 1

view map

PostPosted: Sat Sep 13, 2008 11:01 am
by erichmangl
what to change in the css that "view map" gets another font/size ?
thank you

Re: view map

PostPosted: Sat Sep 13, 2008 12:55 pm
by dang
Hi Erich,
Add this to your CSS:

Code: Select all
}
   
.small {
   font-size: 6pt;
}

:wink:

Re: view map

PostPosted: Sun Sep 14, 2008 8:05 am
by erichmangl
dang wrote:Hi Erich,
Add this to your CSS:

Code: Select all
}
   
.small {
   font-size: 6pt;
}

:wink:


thanks, but that does not help, "view map" belongs to the LINKS-section

Re: view map

PostPosted: Thu Sep 18, 2008 10:53 pm
by dang
Erich, I missed this earlier....
If you mean the links at the top of the gallery, I think you'll find you'd change the sizes of all the links. I don't believe we have separate control for just one. I thought you meant the "view map" link under each photo, sorry. If you search through threads, you might find something concerning it, but nothing I can recall. But, I've been wrong before, and I'm a bit spongy at the moment. I'll get back with you after I take a look. :wink:

EDIT:
Nope, if you look at the "Class & ID" you'll see all the top links are controlled by the same class. Sorry.