From 77267b700c377fd170abcbf4863728937038eb5e Mon Sep 17 00:00:00 2001 From: Paul Morris Date: Sat, 17 Jun 2017 17:44:16 -0400 Subject: [PATCH] Doc: CSS: Add a maximum width for the sidebar in the manuals --- Documentation/css/lilypond-manuals.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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; + } +} -- 2.39.5