]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/lilypond-ie-fixes.css
6587e18eaddaa4222a14971366afda8ad6436fe7
[lilypond.git] / Documentation / lilypond-ie-fixes.css
1 /***********************************************************/
2 /*                    TOC SIDEBAR                          */
3 /***********************************************************/
4 body {
5   height: 100%;
6   font-size: 100%;
7   min-height: 0;
8 }
9
10 /***********************************************************/
11 /*                    MAIN CONTENT                         */
12 /***********************************************************/
13
14 div#main {
15   min-height: 0;
16   height: 100%;
17   width: 73%;
18   overflow-x: auto;
19 }
20
21 /***********************************************************/
22 /*                    TOC SIDEBAR                          */
23 /***********************************************************/
24
25 div#tocframe {
26   height: 100%;
27   width: 27%;
28 }