Skip to content

Commit

Permalink
Fix page klength
Browse files Browse the repository at this point in the history
  • Loading branch information
unity committed Jul 2, 2012
1 parent 5373bb6 commit 700d6d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ body {
font-size: 62.5%;
font-size: 14px;
background: #fdc400 url('img/logo.png') no-repeat 20px 40px;
overflow: hidden;
width: 800px;
}

.form.registration{
Expand All @@ -20,7 +22,7 @@ body {
}

#pathe .form.registration{
width:600px;
width:520px;
margin-left:270px;
}

Expand Down

0 comments on commit 700d6d1

Please sign in to comment.