X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Flilypond-ie-fixes.css;h=9bdc69ac8fc1281bcb8e4eb48f53f076bce2ed21;hb=f1208ac17cfcab9e4d9375f080fdeb5f59fda0c5;hp=8a068900f0750f82f267d540d7576e91d8416444;hpb=963e77672b51847ae37fcba76b34af728c267e8f;p=lilypond.git diff --git a/Documentation/lilypond-ie-fixes.css b/Documentation/lilypond-ie-fixes.css index 8a068900f0..9bdc69ac8f 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,19 @@ div#main { overflow-x: auto; } +table.menu { + margin-left: 1em; +} + +.nav_table { + width: 100%; +} + +blockquote { + width: 100%; + margin: 1em 1%; +} + /***********************************************************/ /* TOC SIDEBAR */ /***********************************************************/ @@ -25,4 +40,27 @@ div#main { div#tocframe { height: 100%; width: 27%; -} +} + +/***********************************************************/ +/* NAVIGATION */ +/***********************************************************/ + +table#navigation { + margin: 1em auto; +} + + +/***********************************************************/ +/* IE CENTERING FIXES */ +/***********************************************************/ + +table#navigation, div#tocframe, div#main, +p, .footer, #languages { + text-align: left; +} + +div.subheader p { + text-align: center; +} +