]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: CSS: Add a maximum width for the sidebar in the manuals
authorPaul Morris <paulwmorris@gmail.com>
Sat, 17 Jun 2017 21:44:16 +0000 (17:44 -0400)
committerPaul Morris <paulwmorris@gmail.com>
Sat, 1 Jul 2017 14:28:26 +0000 (10:28 -0400)
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;
+  }
+}