I'm wanting to try some adjustments to the way the Wiki links are styled, but can't find the template that controls how they look. Is it editable through the template system, and if so, where do I need to look :)
Printable View
I'm wanting to try some adjustments to the way the Wiki links are styled, but can't find the template that controls how they look. Is it editable through the template system, and if so, where do I need to look :)
If you mean the CSS, this is controlled by vw-links.css
No, not just the CSS. I want to look at adding a span or div class in around the tags (I can't create a box-shadow on the <a> tag).
There is no template for the HTML output of the parser. You can add a box-shadow to the a tag if you make it display: inline-block (make sure to add display: inline to the ie7 template)
thanks peg, will give it a shot :) (been a headache playing with CSS especially where IE doesn't work)