bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 30671f0636b0d0221e3733e107cef4b9c20795a3
parent 28008d844264eddd806ee8a2bf33cfaf6466fde5
Author: Leandro Facchinetti <me@leafac.com>
Date:   Tue, 15 Nov 2016 15:35:10 -0500

Fix margin notes overlap

Fixes #66.

Diffstat:
Mscribble-lib/scribble/manual-style.css | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/scribble-lib/scribble/manual-style.css b/scribble-lib/scribble/manual-style.css @@ -315,7 +315,7 @@ a:hover { /* slightly different handling for margin-note* on narrow screens */ -@media all and (max-width:1260px) { +@media all and (max-width:1340px) { span.refcolumn { float: right; width: 50%; @@ -352,13 +352,12 @@ a:hover { } -@media all and (min-width:1260px) { +@media all and (min-width:1340px) { .refcolumn { - position: absolute; - left: 66rem; right: 3em; - margin: 0; + margin: 0 -22.5rem 1rem 0; float: right; - max-width: 18rem; + clear: right; + width: 18rem; } }