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

  1. /*
  2. Name: Disable tables
  3. Version: 1.00
  4. Author: Opera Software ASA
  5. Description: This style sheet disables tables.
  6.  
  7. Copyright ⌐ 2003 Opera Software ASA.
  8. */
  9.  
  10. table, caption, tr, thead, tfoot, tbody, th, td {
  11.     display: block !important;
  12.     max-width: none !important;
  13.     min-width: 0px !important;
  14.     width: auto !important;
  15.     max-height: none !important;
  16.     min-height: 0px !important;
  17.     height: auto !important;
  18.     text-align: left !important;
  19.     float: none !important;
  20. }
  21.  
  22. thead, th {font-weight: bolder !important;}
  23.