Use border-style: none; rather than border: 0px; for img.

master
joshtriplett 2007-05-08 20:44:26 +00:00
parent 03f26b6f09
commit a829437761
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ div.tags {
}
img {
border: 0px;
border-style: none;
}
/* Stuff for the RecentChanges table. */