Fix digit position in Safari

Fixes #103
This commit is contained in:
Jordan Eldredge 2014-12-14 14:41:51 -08:00
parent 9a5b4f89ef
commit 6ed3073493

View file

@ -631,6 +631,7 @@ body {
}
.digit {
position: absolute;
display: inline-block;
width: 9px;
height: 13px;