CSS tweak to resolve the problem of the right image being put under the left.

This commit is contained in:
Paul van Tilburg 2010-06-01 00:39:18 +02:00
parent 29333b0a1d
commit 2af507f23d
1 changed files with 2 additions and 3 deletions

View File

@ -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;