bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9595675a5c1dc5f33a36d4a28e91bccc4779ab30
parent 064c3c9326ab915a23fc535e992255892dc869ee
Author: Matthew Flatt <mflatt@racket-lang.org>
Date:   Sun, 24 Jun 2007 06:45:26 +0000

scribble: HTML layout that probably works with IE

svn: r6726

original commit: 50a89df55b35d6d2f9801a07c1c5e8a3415e7aae

Diffstat:
Mcollects/scribble/scribble.css | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git 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; }