Skip to content

Commit

Permalink
Fix sizing problem with code box (I think)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigasquid committed Apr 30, 2011
1 parent 76117ef commit f968457
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,16 @@ textarea#code-box {
}

#code-div{
width: 500px;
width: 100%;
height: 250px;
}

#editor {
margin: 0px;
float: left;
width: 500px;
width: 50%;
height: 250px;
overflow: hidden
}

table.my-table {
Expand Down

0 comments on commit f968457

Please sign in to comment.