home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 2004 March / data / PCD0304_1.7z / PCD0304_1 / files / browser / opera / ow32dede723j.exe / HIDENONLINKIMAGES.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-09-05  |  302 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.