diff options
Diffstat (limited to 'css/stats.css')
-rw-r--r-- | css/stats.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/stats.css b/css/stats.css index c36c1d0..e72fb6a 100644 --- a/css/stats.css +++ b/css/stats.css @@ -16,7 +16,7 @@ td, th { background: #000; transition:background .5s; -webkit-transition:background .5s; - -o-transition:color .5s; + -o-transition:color .5s; -moz-transition:color .5s; cursor: default; } |