]> 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 6587e18eaddaa4222a14971366afda8ad6436fe7..9bdc69ac8fc1281bcb8e4eb48f53f076bce2ed21 100644 (file)
@@ -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                          */
 /***********************************************************/
@@ -26,3 +41,26 @@ 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;
+}
+