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

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