better floating notes

svn: r6589

original commit: 98af81ff7abea504cc0bf9534157eb761a5225f2
This commit is contained in:
Matthew Flatt 2007-06-12 08:10:15 +00:00
parent f5bd09be05
commit 7717306a68

View File

@ -15,12 +15,13 @@
} }
.refpara { .refpara {
display: block;
position: relative; position: relative;
left: 37em; float: right;
left: 1em;
top: -1em; top: -1em;
height: 0em; height: 0em;
} width: 0em;
}
.refcontent { .refcontent {
background-color: #F5F5DC; background-color: #F5F5DC;