home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 May / com_0505_2.iso / browser / ow32dede754j.exe / HIDENONLINKIMAGES.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-11-25  |  303 b   |  15 lines

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