From 7717306a683d39d96beaec511dcf84d0f0b95c43 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 12 Jun 2007 08:10:15 +0000 Subject: [PATCH] better floating notes svn: r6589 original commit: 98af81ff7abea504cc0bf9534157eb761a5225f2 --- collects/scribble/scribble.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css index 3765a966..704369d0 100644 --- 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;