X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Flilypond-ie-fixes.css;h=274f7fdc0ddcba8123f6ea981bd7347e2c426636;hb=155e3927988d3651d15beaffe6b10b546982d311;hp=0a273955196a9c02294c232aa71d4146687c97d3;hpb=1ce5e85efda360c05b7db51cb1772fccce4e582c;p=lilypond.git diff --git a/Documentation/lilypond-ie-fixes.css b/Documentation/lilypond-ie-fixes.css index 0a27395519..274f7fdc0d 100644 --- a/Documentation/lilypond-ie-fixes.css +++ b/Documentation/lilypond-ie-fixes.css @@ -1,13 +1,71 @@ /***********************************************************/ -/* TOC SIDEBAR */ +/* BASE STYLES */ /***********************************************************/ + body { height: 100%; - overflow: hidden; font-size: 100%; + min-height: 0; + text-align: center; } + +/***********************************************************/ +/* MAIN CONTENT */ +/***********************************************************/ + div#main { + min-height: 0; + height: 100%; + width: 73%; + overflow-x: auto; +} + +table.menu { + margin-left: 1em; +} + +.nav_table { + width: 100%; +} + +blockquote { width: 100%; + margin: 1em 1%; +} + +table.cartouche { + width: 85%; + margin: 1em 7.5%; +} + +/***********************************************************/ +/* TOC SIDEBAR */ +/***********************************************************/ + +div#tocframe { height: 100%; - overflow: auto; + width: 27%; +} + +/***********************************************************/ +/* NAVIGATION */ +/***********************************************************/ + +table#navigation { + margin: 1em auto; +} + + +/***********************************************************/ +/* IE CENTERING FIXES */ +/***********************************************************/ + +table#navigation, div#tocframe, div#main, +p, h1, h2, ul, .footer, #languages { + text-align: left; +} + +div.header h1, div.subheader p { + text-align: center; } +