From dfbf5f1cda8cef58d78b10a2fbae27c2d92252f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Mon, 12 Sep 2016 00:34:39 +0200 Subject: [PATCH] An @note was aligned with the line following it. With this change, the note is shifted up by about the size of a line. --- scribble-lib/scribble/manual-style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scribble-lib/scribble/manual-style.css b/scribble-lib/scribble/manual-style.css index fa7e8cc8..e92b7df6 100644 --- a/scribble-lib/scribble/manual-style.css +++ b/scribble-lib/scribble/manual-style.css @@ -356,7 +356,10 @@ a:hover { .refcolumn { position: absolute; left: 66rem; right: 3em; - margin: 0; + margin-top: -1.2em; + margin-right: 0; + margin-bottom: 0; + margin-left: 0; float: right; max-width: 18rem; }