Fixes warnings in console with getelementid in firefox

This commit is contained in:
Tor Hveem 2014-02-26 01:50:00 +01:00 committed by David Cormier
commit 5ac710a694
2 changed files with 4 additions and 1 deletions

View file

@ -42,6 +42,9 @@ body {
box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0;
border-top: 1px solid #121212;
}
a {
cursor: pointer;
}
table {
width: 100%;