Skip to content

Commit

Permalink
fix timer + css
Browse files Browse the repository at this point in the history
  • Loading branch information
ggregoire committed Apr 3, 2012
1 parent ca74b25 commit 36a987a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Expand Up @@ -774,7 +774,7 @@ body {
}
.result p {
text-align:left;
padding:0 50px;
padding:10px 50px 0 50px;
font-size:40px;
line-height:1.1em;
}
Expand Down
2 changes: 1 addition & 1 deletion js/script.js
Expand Up @@ -208,7 +208,7 @@ $(function() {
};

function startTimer() {
var tps = timer, interval = 10;
var tps = timer, interval = 5;
$('#timer').show();
intervalSetter = window.setInterval(function() {
tps -= interval;
Expand Down

0 comments on commit 36a987a

Please sign in to comment.