home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / ow32enen.exe / HIDENONLINKIMAGES.CSS < prev    next >
Cascading Style Sheet File  |  2003-01-13  |  283b  |  14 lines

  1. /*
  2. Name: Hide non-linking images
  3. Version: 1.00
  4. Author: Opera Software ASA
  5. Description: This style sheet hides images that do not serve a navigation purpose.
  6.  
  7. Copyright ⌐ 2003 Opera Software ASA.
  8. */
  9.  
  10.  
  11. img {display: none !important;}
  12.  
  13. a img {display: inline  !important;}
  14.