commit 7717306a683d39d96beaec511dcf84d0f0b95c43
parent f5bd09be05a6749c6d128540c11b550428cc7b6d
Author: Matthew Flatt <mflatt@racket-lang.org>
Date: Tue, 12 Jun 2007 08:10:15 +0000
better floating notes
svn: r6589
original commit: 98af81ff7abea504cc0bf9534157eb761a5225f2
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css
@@ -15,12 +15,13 @@
}
.refpara {
- display: block;
position: relative;
- left: 37em;
+ float: right;
+ left: 1em;
top: -1em;
height: 0em;
- }
+ width: 0em;
+ }
.refcontent {
background-color: #F5F5DC;