home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 September / PCWorld_2004-09_cd.bin / komunikace / opera / ow32enen754j.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.