Skip to content

Commit

Permalink
Fix #50
Browse files Browse the repository at this point in the history
  • Loading branch information
SKrywinski committed Jun 5, 2018
1 parent 28c67e6 commit d0d443f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/templates/modeling.html
Expand Up @@ -90,7 +90,7 @@
}

#abort-button {
background-color: #FF4C4C;
background-color: #5E5E5E;
border: none;
color: white;
padding: 15px 32px;
Expand Down Expand Up @@ -147,7 +147,7 @@
<div id="inner-progressbar"></div>
</div>
<hr>
<a href="javascript:history.go(-1)" id="abort-button">Abort</a>
<a href="javascript:history.go(-1)" id="abort-button">Cancel</a>
</div>
<div class="box">
<b id="right-box-heading">Did you know?</b>
Expand Down

0 comments on commit d0d443f

Please sign in to comment.