From 9595675a5c1dc5f33a36d4a28e91bccc4779ab30 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 24 Jun 2007 06:45:26 +0000 Subject: [PATCH] scribble: HTML layout that probably works with IE svn: r6726 original commit: 50a89df55b35d6d2f9801a07c1c5e8a3415e7aae --- collects/scribble/scribble.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css index baf1058e..1ddbb269 100644 --- a/collects/scribble/scribble.css +++ b/collects/scribble/scribble.css @@ -3,10 +3,6 @@ color: black; background-color: #ffffff; font-family: Times; - text-align: center; - width: 35em; - margin-left: 13em; - margin-right: auto; } table td { @@ -16,6 +12,7 @@ .main { width: 35em; + margin-left: 12em; text-align: left; } @@ -42,7 +39,7 @@ position: relative; float: left; width: 10em; - margin: 0em 0em 0em -12em; + margin-right: 2em; text-align: left; background-color: #ddffdd; }