home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2003 March / maximum-cd-2003-03.iso / Software / Apps / opera7b2.exe / HIDENONLINKIMAGES.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-12-17  |  252 b   |  13 lines

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