From 2af507f23d2b37c95a11c3a766c22672bf579dbe Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 1 Jun 2010 00:39:18 +0200 Subject: [PATCH] CSS tweak to resolve the problem of the right image being put under the left. --- anne-survey.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/anne-survey.rb b/anne-survey.rb index 7707122..ef82649 100644 --- a/anne-survey.rb +++ b/anne-survey.rb @@ -291,7 +291,7 @@ html { background: #333; } body { margin: 10px auto; - padding: 12px; + padding: 10px; width: 960px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: white; @@ -309,8 +309,7 @@ body { #header h1 { padding-top: 25px; margin-top: 0px; } .image { border: thin solid #888; } -#left { margin: 0px 15px 0px 0px; } -#right { margin: 0px 0px 0px 15px; } +#right { float: right } #progressbar { height: 6px;