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:
parent
b7830790d3
commit
4f418e70f2
1 changed files with 5 additions and 0 deletions
|
@ -15,3 +15,8 @@ body {
|
|||
a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
img {
|
||||
/* very old browsers add borders to images */
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue