]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/lilypond-ie-fixes.css
Merge master into nested-bookparts
[lilypond.git] / Documentation / lilypond-ie-fixes.css
index 0a273955196a9c02294c232aa71d4146687c97d3..9bdc69ac8fc1281bcb8e4eb48f53f076bce2ed21 100644 (file)
@@ -1,13 +1,66 @@
 /***********************************************************/
-/*                    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%;
+}
+
+/***********************************************************/
+/*                    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, .footer, #languages {
+  text-align: left;
+}
+
+div.subheader p {
+  text-align: center;
 }
+