home *** CD-ROM | disk | FTP | other *** search
- /*
- Name: Disable tables
- Version: 1.00
- Author: Opera Software ASA
- Description: This style sheet disables tables.
-
- Copyright ⌐ 2003 Opera Software ASA.
- */
-
- table, caption, tr, thead, tfoot, tbody, th, td {
- display: block !important;
- max-width: none !important;
- min-width: 0px !important;
- width: auto !important;
- max-height: none !important;
- min-height: 0px !important;
- height: auto !important;
- text-align: left !important;
- float: none !important;
- }
-
- thead, th {font-weight: bolder !important;}
-