root / drupal7 / themes / seven / ie.css @ 746ddf5a
1 | 85ad3d82 | Assos Assos | |
---|---|---|---|
2 | /* IE7 renders legends in nested fieldsets without a width. */
|
||
3 | fieldset legend { |
||
4 | height: 1%; |
||
5 | } |
||
6 | |||
7 | /* IE renders absolute positioned legend where fieldset content starts. */
|
||
8 | fieldset .fieldset-legend { |
||
9 | left: 0; |
||
10 | top: 0; |
||
11 | } |
||
12 | |||
13 | /* IE renders monospace font too big. */
|
||
14 | code,
|
||
15 | pre,
|
||
16 | kbd {
|
||
17 | font-size: 1em; |
||
18 | } |