]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/lilypond-ie-fixes.css
Merge master into nested-bookparts
[lilypond.git] / Documentation / lilypond-ie-fixes.css
1 /***********************************************************/
2 /*                    BASE STYLES                          */
3 /***********************************************************/
4
5 body {
6   height: 100%;
7   font-size: 100%;
8   min-height: 0;
9   text-align: center;
10 }
11
12 /***********************************************************/
13 /*                    MAIN CONTENT                         */
14 /***********************************************************/
15
16 div#main {
17   min-height: 0;
18   height: 100%;
19   width: 73%;
20   overflow-x: auto;
21 }
22
23 table.menu {
24   margin-left: 1em;
25 }
26
27 .nav_table {
28   width: 100%;
29 }
30
31 blockquote {
32   width: 100%;
33   margin: 1em 1%;
34 }
35
36 /***********************************************************/
37 /*                    TOC SIDEBAR                          */
38 /***********************************************************/
39
40 div#tocframe {
41   height: 100%;
42   width: 27%;
43 }
44
45 /***********************************************************/
46 /*                    NAVIGATION                           */
47 /***********************************************************/
48
49 table#navigation {
50   margin: 1em auto;
51 }
52
53
54 /***********************************************************/
55 /*                IE CENTERING FIXES                       */
56 /***********************************************************/
57
58 table#navigation, div#tocframe, div#main,
59 p, .footer, #languages {
60   text-align: left;
61 }
62
63 div.subheader p {
64   text-align: center;
65 }
66