From: Paul Morris Date: Sat, 17 Jun 2017 21:44:16 +0000 (-0400) Subject: Doc: CSS: Add a maximum width for the sidebar in the manuals X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=77267b700c377fd170abcbf4863728937038eb5e Doc: CSS: Add a maximum width for the sidebar in the manuals --- diff --git a/Documentation/css/lilypond-manuals.css b/Documentation/css/lilypond-manuals.css index 9920537ea7..f7b88a1ca2 100644 --- a/Documentation/css/lilypond-manuals.css +++ b/Documentation/css/lilypond-manuals.css @@ -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; + } +}