Fixes #120: margin notes can collide with each other (#174)

This commit is contained in:
Georges Dupéron 2018-05-17 21:55:58 +02:00 committed by Ben Greenman
parent 67bfe3af4a
commit 48ce9faac6

View File

@ -3,7 +3,8 @@
position: relative;
float: right;
left: 2em;
height: 0em;
height: auto;
clear: right;
width: 13em;
margin: 0em -13em 0em 0em;
}