1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

remove borders on images in netscape

This commit is contained in:
mat 2023-11-25 21:14:19 -06:00
parent b7830790d3
commit 4f418e70f2

View file

@ -15,3 +15,8 @@ body {
a {
color: #fff;
}
img {
/* very old browsers add borders to images */
border: none;
}