Fix InstrumentSwitch grob definition.
[lilypond.git] / Documentation / lilypond-ie-fixes.css
blob9bdc69ac8fc1281bcb8e4eb48f53f076bce2ed21
1 /***********************************************************/
2 /* BASE STYLES */
3 /***********************************************************/
5 body {
6 height: 100%;
7 font-size: 100%;
8 min-height: 0;
9 text-align: center;
12 /***********************************************************/
13 /* MAIN CONTENT */
14 /***********************************************************/
16 div#main {
17 min-height: 0;
18 height: 100%;
19 width: 73%;
20 overflow-x: auto;
23 table.menu {
24 margin-left: 1em;
27 .nav_table {
28 width: 100%;
31 blockquote {
32 width: 100%;
33 margin: 1em 1%;
36 /***********************************************************/
37 /* TOC SIDEBAR */
38 /***********************************************************/
40 div#tocframe {
41 height: 100%;
42 width: 27%;
45 /***********************************************************/
46 /* NAVIGATION */
47 /***********************************************************/
49 table#navigation {
50 margin: 1em auto;
54 /***********************************************************/
55 /* IE CENTERING FIXES */
56 /***********************************************************/
58 table#navigation, div#tocframe, div#main,
59 p, .footer, #languages {
60 text-align: left;
63 div.subheader p {
64 text-align: center;