]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/lilypond-ie-fixes.css
Merge branch 'master' into dev/texi2html
[lilypond.git] / Documentation / lilypond-ie-fixes.css
index 0a273955196a9c02294c232aa71d4146687c97d3..8a068900f0750f82f267d540d7576e91d8416444 100644 (file)
@@ -3,11 +3,26 @@
 /***********************************************************/
 body {
   height: 100%;
-  overflow: hidden;
   font-size: 100%;
+  min-height: 0;
 }
+
+/***********************************************************/
+/*                    MAIN CONTENT                         */
+/***********************************************************/
+
 div#main {
-  width: 100%;
+  min-height: 0;
   height: 100%;
-  overflow: auto;
+  width: 73%;
+  overflow-x: auto;
 }
+
+/***********************************************************/
+/*                    TOC SIDEBAR                          */
+/***********************************************************/
+
+div#tocframe {
+  height: 100%;
+  width: 27%;
+}