]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/css/lilypond-manuals-ie-fixes.css
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / css / lilypond-manuals-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 table.cartouche {
37   width: 85%;
38   margin: 1em 7.5%;
39 }
40
41 /***********************************************************/
42 /*                    TOC SIDEBAR                          */
43 /***********************************************************/
44
45 div#tocframe {
46   height: 100%;
47   width: 27%;
48 }
49
50 /***********************************************************/
51 /*                    NAVIGATION                           */
52 /***********************************************************/
53
54 table#navigation {
55   margin: 1em auto;
56 }
57
58
59 /***********************************************************/
60 /*                IE CENTERING FIXES                       */
61 /***********************************************************/
62
63 table#navigation, div#tocframe, div#main,
64 p, h1, h2, ul, .footer, #languages {
65   text-align: left;
66 }
67
68 div.header h1, div.subheader p {
69   text-align: center;
70 }