Use border-style: none; rather than border: 0px; for img.
parent
03f26b6f09
commit
a829437761
|
@ -63,7 +63,7 @@ div.tags {
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: 0px;
|
border-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Stuff for the RecentChanges table. */
|
/* Stuff for the RecentChanges table. */
|
||||||
|
|
Loading…
Reference in New Issue