Since FireFox 1.5, there have been unsightly dotted outlines around links after you click on them.
I normally don't mind as it's pretty unobtrusive. However, I noticed when using rokzoom in 'album' mode, the outline is pretty annoying. (See attached)
The fixFixing it is pretty simple: open up your template_css.css file and add :
a {
outline: none;
}
Note: forgive Andy for overlooking this

; he uses a Mac and for some reason the dotted outlines only appear in FF for Windows.
Note to mods: I put this here as it applies to any template, but feel free to move it elsewhere if you think it doesn't belong here. Also, please delete if this has already been addressed elsewhere.