Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
36 | PointedEar | 1 | /* |
2 | * Bugfixes for IE 7 which should be included as follows: |
||
3 | |||
4 | <link rel="stylesheet" href="/styles/lcars.css" type="text/css"> |
||
5 | <!--[if IE 7]> |
||
6 | <link rel="stylesheet" href="/styles/lcars-ie7.css" type="text/css"> |
||
7 | <![endif]--> |
||
8 | */ |
||
9 | |||
10 | /* Support for scrollable tbody is buggy */ |
||
11 | table>tbody.scroll { |
||
12 | height: auto; |
||
13 | overflow: visible; |
||
14 | } |
||
15 | |||
16 | tr { |
||
17 | height: auto; |
||
18 | } |