An @note was aligned with the line following it. With this change, the note is shifted up by about the size of a line.

This commit is contained in:
Georges Dupéron 2016-09-12 00:34:39 +02:00
parent a69f6c6982
commit dfbf5f1cda

View File

@ -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;
}