/* * Bugfixes for IE 7 which should be included as follows: <link rel="stylesheet" href="/styles/lcars.css" type="text/css"> <!--[if IE 7]> <link rel="stylesheet" href="/styles/lcars-ie7.css" type="text/css"> <![endif]--> */ /* Support for scrollable tbody is buggy */ table>tbody.scroll { height: auto; overflow: visible; } tr { height: auto; }