Fixes #120: margin notes can collide with each other

This commit is contained in:
Georges Dupéron 2018-05-15 22:09:15 +02:00
parent 67bfe3af4a
commit a5f209bc74

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