]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/css/lilypond-manuals.css
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / Documentation / css / lilypond-manuals.css
index 9920537ea7d1c1c64f7185a64b5a7fd633e485a2..f7b88a1ca27e495bb5d9f640f8109baa15b1d73b 100644 (file)
@@ -499,3 +499,17 @@ div#search p, div#search form {
   border-radius: 5px;
   margin: 0.5em 0.5em 2em 3em;
 }
+
+/***********************************************************/
+/*               RESPONSIVE DESIGN                         */
+/***********************************************************/
+
+@media (min-width: 1280px) {
+  div#main {
+    left: 346px
+  }
+  div#tocframe {
+    width: 346px;
+    right: 0;
+  }
+}