X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Flilypond-ie-fixes.css;h=8a068900f0750f82f267d540d7576e91d8416444;hb=fcc93138815645e9ddd3270507c8649d0152cc6a;hp=0a273955196a9c02294c232aa71d4146687c97d3;hpb=edf17353d89f4f6bd831466262402bb9151a26ca;p=lilypond.git diff --git a/Documentation/lilypond-ie-fixes.css b/Documentation/lilypond-ie-fixes.css index 0a27395519..8a068900f0 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%; - overflow: auto; + width: 73%; + overflow-x: auto; } + +/***********************************************************/ +/* TOC SIDEBAR */ +/***********************************************************/ + +div#tocframe { + height: 100%; + width: 27%; +}