Sha256: 395bb14de1b5911c95079f96df48f44a54a4605c6ecd783c9f8db2e485d391a6
Contents?: true
Size: 530 Bytes
Versions: 16
Compression:
Stored size: 530 Bytes
Contents
/* Block out what is behind the fixed column's header and footer */ table.DTFC_Cloned thead, table.DTFC_Cloned tfoot { background-color: white; } /* Block out the gap above the scrollbar on the right, when there is a fixed * right column */ div.DTFC_Blocker { background-color: white; } div.DTFC_LeftWrapper table.dataTable, div.DTFC_RightWrapper table.dataTable { margin-bottom: 0; z-index: 2; } div.DTFC_LeftWrapper table.dataTable.no-footer, div.DTFC_RightWrapper table.dataTable.no-footer { border-bottom: none; }
Version data entries
16 entries across 16 versions & 4 rubygems