Skip to content

Commit

Permalink
minor tweaks to the dialog that comes up clicking on "Livecodelab" me…
Browse files Browse the repository at this point in the history
…nu item top-left
  • Loading branch information
davidedc committed Sep 21, 2018
1 parent a6bbc53 commit b097f3d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/coffee/ui/ui.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class Ui
$('#logo span').click(
() ->
$("#aboutWindow").modal()
$("#simplemodal-container").height 250
false
)

Expand Down
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ <h3>What's this?</h3>
</p>
<p>Want more info? See the <a href="http://www.livecodelab.net/" target="_blank">intro</a> or the <a href="https://github.com/davidedc/livecodelab/tree/master/docs" target="_blank">docs</a></p>
<p>Want to hack this? <a href="https://github.com/davidedc/livecodelab" target="_blank"> Grab the source code!</a></p>
<br>
</div>

<div id="noWebGLMessage">
Expand Down
1 change: 0 additions & 1 deletion src/style/simpleModal.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
}
/* Container */
#simplemodal-container {
width:300px;
color:#bbb;
background-color:#333;
border:4px solid #444;
Expand Down

0 comments on commit b097f3d

Please sign in to comment.