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:
parent
a69f6c6982
commit
dfbf5f1cda
|
@ -356,7 +356,10 @@ a:hover {
|
||||||
.refcolumn {
|
.refcolumn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 66rem; right: 3em;
|
left: 66rem; right: 3em;
|
||||||
margin: 0;
|
margin-top: -1.2em;
|
||||||
|
margin-right: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
margin-left: 0;
|
||||||
float: right;
|
float: right;
|
||||||
max-width: 18rem;
|
max-width: 18rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user