Getting rid of image borders and changing fonts.
I've tried to write my first style, but I can NOT get it to do what I want.
How do I get rid of image-link borders and change fonts?
It's for http://www.arthurkingoftimeandspace.com/
How do I get rid of image-link borders and change fonts?
It's for http://www.arthurkingoftimeandspace.com/
Comments
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("arthurkingoftimeandspace.com") { body { font: 12pt "Lucida Grande", Verdana, sans-serif !important; } a img { border: none !important; } }