Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rook2pawn/heatwave
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrumins committed Aug 28, 2011
2 parents 55cec2f + 2035239 commit 2f863f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions static/index.css
Expand Up @@ -21,6 +21,7 @@ body {
#examples {
position: relative;
overflow: hidden; /* important: so floated elements were overflown by container */
min-height:350px;
}
.example {
float: left;
Expand Down
3 changes: 2 additions & 1 deletion views/index.ejs
Expand Up @@ -22,8 +22,9 @@
</iframe>
<div id="example0" class="example">
<textarea id="source"><%= examples[2] %></textarea>
<div>
<div style='text-align:center;'>
<input type="button" id="run" class="run" value="run">
<div style='font-family:sans-serif; font-size:11px;'>(You can also edit the text in the box!)</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 2f863f6

Please sign in to comment.