]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/css/lilypond-ie-fixes.css
resolve merge
[lilypond.git] / Documentation / css / lilypond-ie-fixes.css
diff --git a/Documentation/css/lilypond-ie-fixes.css b/Documentation/css/lilypond-ie-fixes.css
new file mode 100644 (file)
index 0000000..274f7fd
--- /dev/null
@@ -0,0 +1,71 @@
+/***********************************************************/
+/*                    BASE STYLES                          */
+/***********************************************************/
+
+body {
+  height: 100%;
+  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%;
+}
+
+table.cartouche {
+  width: 85%;
+  margin: 1em 7.5%;
+}
+
+/***********************************************************/
+/*                    TOC SIDEBAR                          */
+/***********************************************************/
+
+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;
+}
+