Subversion Repositories LCARS

Rev

Rev 36 | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

1
/*
 * 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;
}