home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 April
/
PCWorld_2005-04_cd.bin
/
komunikace
/
opera
/
ow32enen754u2.exe
/
DISABLETABLES.CSS
next >
Wrap
Cascading Style Sheet File
|
2003-11-25
|
549b
|
25 lines
@charset "UTF-8";
/*
Name: Disable tables
Version: 1.01
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;
float: none !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;*/
}
thead, th {font-weight: bolder !important;}