X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Flilypond-ie-fixes.css;h=274f7fdc0ddcba8123f6ea981bd7347e2c426636;hb=d5753a6b8c10d6a194025f126c27f78987a49285;hp=6587e18eaddaa4222a14971366afda8ad6436fe7;hpb=def21b306e2b8fa2d5630fab0878e9922e197f0c;p=lilypond.git diff --git a/Documentation/lilypond-ie-fixes.css b/Documentation/lilypond-ie-fixes.css index 6587e18ead..274f7fdc0d 100644 --- a/Documentation/lilypond-ie-fixes.css +++ b/Documentation/lilypond-ie-fixes.css @@ -1,10 +1,12 @@ /***********************************************************/ -/* TOC SIDEBAR */ +/* BASE STYLES */ /***********************************************************/ + body { height: 100%; font-size: 100%; min-height: 0; + text-align: center; } /***********************************************************/ @@ -18,6 +20,24 @@ div#main { 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 */ /***********************************************************/ @@ -26,3 +46,26 @@ div#tocframe { height: 100%; 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; +} +