[go: up one dir, main page]

Menu

[r3949]: / ie.css  Maximize  Restore  History

Download this file

23 lines (18 with data), 457 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* This stylesheet is for styles to be used only by Internet Explorer (shame this is necessary) */
table.annotationColumn, table.name_positioner {
display: inline;
}
table.scrollable tbody {
display: inline;
height: 100%;
}
header, footer, nav {
display: block;
}
div#ie_footer {
text-align: center;
vertical-align: bottom;
}
span.search_speaker:before {
content: '-'; /* XP/IE8 - speaker list doesn't wrap without this */
}