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