From ef15fe151ac42badfed8e73d725149fbaf66d118 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 12 Jan 2008 18:52:20 +0000 Subject: [PATCH] fix version and margin-par alignment svn: r8311 original commit: 1bb2aad735caacfd0c564d96862225151c68fde4 --- collects/scribble/scribble.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css index d3f8e466..f7b33712 100644 --- a/collects/scribble/scribble.css +++ b/collects/scribble/scribble.css @@ -71,7 +71,7 @@ table td { .versionbox { position: relative; float: right; - left: 3em; + left: 2em; height: 0em; width: 13em; margin: 0em -13em 0em 0em; @@ -86,7 +86,7 @@ table td { .refpara { position: relative; float: right; - left: 1em; + left: 2em; top: -1em; height: 0em; width: 13em;