Fixed page-skipping bug, Line art for last 2 pages, lots of adjustments

This commit is contained in:
Victoria Wang 2015-11-19 14:39:14 -08:00
parent 966721043f
commit b3e2d286f1
6 changed files with 9 additions and 9 deletions

View file

@ -15,7 +15,7 @@
<% else %>
<div class="col col-40 interact">
<% if request.path =~ /\/html\/9?/ %>
<% if request.path =~ /\/html\/9/ %>
<a href="/tutorial/html/10" class="btn btn-action">Next</a>
<% else %>
<input id="submit" class="btn btn-action" type="submit" value="Save">
@ -31,7 +31,7 @@
</body>
</html>
</textarea>
<div class="error" style="display: none; margin-top: 10px">
<div class="error" style="display: none; margin-top: 0">
<i class="fa fa-exclamation-triangle"></i> Try again: make sure you change Hello World to something else.
</div>
@ -56,7 +56,7 @@
function ok(msg, path) {
displayInfo(msg, {
background: '#33CC33'
background: '#88d128'
})
setTimeout(function() {