7 lines
139 B
CSS
7 lines
139 B
CSS
/* Fixes for IE 5 and lower */
|
|
|
|
/* IE 5 and lower can't display favicons, so hide them */
|
|
img.favicon, object.favicon {
|
|
display: none;
|
|
}
|