changed style and clearTimeout

This commit is contained in:
Jeena 2014-06-29 00:04:43 +02:00
parent 9e6c42f221
commit e74c7b8219
3 changed files with 20 additions and 5 deletions

View file

@ -12,6 +12,11 @@ body {
display: table;
}
#back-to-menu {
display: inline-block;
margin: 10px;
}
::selection {
background: #607950; /* Safari */
}
@ -99,7 +104,7 @@ canvas {
right: 0;
top: 0;
padding: 10px;
background: #222;
background: #333;
}
#devtools p {