kinland / cse403-wi11-wikimap

Automatically exported from code.google.com/p/cse403-wi11-wikimap
0 stars 0 forks source link

"Swap" button has blue outline in Firefox #62

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to iprojsrv.cs.washington.edu.
2. Perform a search for anything.
3. Swap button has blue border.

What is the expected output? What do you see instead?
I expect there to not be any border around images that are clickable. This is 
likely a CSS issue or HTML issue where border should be "none" or "0".

Original issue reported on code.google.com by holycrap...@gmail.com on 23 Feb 2011 at 12:18

GoogleCodeExporter commented 8 years ago
Fixed. Set border=0 in the IMG tag.

Original comment by holycrap...@gmail.com on 4 Mar 2011 at 7:50