Skip to content
This repository has been archived by the owner on Dec 7, 2017. It is now read-only.

Commit

Permalink
revise layout
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Sep 2, 2011
1 parent 2301dd1 commit 6d34d82
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions public/css/style.css
Expand Up @@ -18,6 +18,7 @@ body {
}

#display {
float: left;
width: 400px;
left: 4px;
}
Expand All @@ -28,18 +29,17 @@ body {

#control {
width: 500px;
margin-left: 430px;
margin-top: -200px;
float: right;
}

#editor {
width: 500px;
height: 420px;
top: 12px;
top: 26px;
}

#buttons {
margin-left: 400px;
float: right;
}

#buttons button {
Expand All @@ -48,6 +48,7 @@ body {
/* Hints */

#hint_message {
margin-top: 460px;
}

#hint_message, #more_hint_message {
Expand Down

0 comments on commit 6d34d82

Please sign in to comment.