Fixes #120: margin notes can collide with each other
This commit is contained in:
parent
67bfe3af4a
commit
a5f209bc74
|
@ -3,7 +3,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
left: 2em;
|
left: 2em;
|
||||||
height: 0em;
|
height: auto;
|
||||||
|
clear: right;
|
||||||
width: 13em;
|
width: 13em;
|
||||||
margin: 0em -13em 0em 0em;
|
margin: 0em -13em 0em 0em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user