Subversion Repositories LCARS

Rev

Rev 36 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36 Rev 198
1
/*
1
/*
2
 * Bugfixes for IE 7 which should be included as follows:
2
 * Bugfixes for IE 7 which should be included as follows:
3
 
3
 
4
   <link rel="stylesheet" href="/styles/lcars.css" type="text/css">
4
   <link rel="stylesheet" href="/styles/lcars.css" type="text/css">
5
   <!--[if IE 7]>
5
   <!--[if IE 7]>
6
     <link rel="stylesheet" href="/styles/lcars-ie7.css" type="text/css">
6
     <link rel="stylesheet" href="/styles/lcars-ie7.css" type="text/css">
7
   <![endif]-->
7
   <![endif]-->
8
 */
8
 */
9
9
10
/* Support for scrollable tbody is buggy */
10
/* Support for scrollable tbody is buggy */
11
table>tbody.scroll {
11
table>tbody.scroll {
12
  height: auto;
12
  height: auto;
13
  overflow: visible;
13
  overflow: visible;
14
}
14
}
15
15
16
tr {
16
tr {
17
  height: auto;
17
  height: auto;
18
}
18
}