X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Flilypond-ie-fixes.css;h=6587e18eaddaa4222a14971366afda8ad6436fe7;hb=0ad67c84a08b1e7c8266310690cfdc130bbc9a38;hp=0a273955196a9c02294c232aa71d4146687c97d3;hpb=beb52c9966a934559684caebce7acc2b326d316e;p=lilypond.git diff --git a/Documentation/lilypond-ie-fixes.css b/Documentation/lilypond-ie-fixes.css index 0a27395519..6587e18ead 100644 --- a/Documentation/lilypond-ie-fixes.css +++ b/Documentation/lilypond-ie-fixes.css @@ -3,11 +3,26 @@ /***********************************************************/ body { height: 100%; - overflow: hidden; font-size: 100%; + min-height: 0; } + +/***********************************************************/ +/* MAIN CONTENT */ +/***********************************************************/ + div#main { - width: 100%; + min-height: 0; + height: 100%; + width: 73%; + overflow-x: auto; +} + +/***********************************************************/ +/* TOC SIDEBAR */ +/***********************************************************/ + +div#tocframe { height: 100%; - overflow: auto; + width: 27%; }