diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-15 19:01:16 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-15 19:01:16 -0400 |
| commit | 1e5792e9ea6ed62fae6599506687f2b6ee107e7a (patch) | |
| tree | 1818b06fd1743a9b252b0d414b947e2b1fa3fdf7 /public/assets | |
| parent | 62afa732ba3ea330b91334e098878a18994bc3c9 (diff) | |
misspelling
Diffstat (limited to 'public/assets')
| -rw-r--r-- | public/assets/ok.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index d506686..db17b69 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -781,9 +781,9 @@ ul li { } @keyframes blink { 0%{ opacity: 1.0 } - 50% {opactity: 1.0 } - 51% {opactity: 0.0 } - 100% {opactity: 0.0 } + 50% {opacity: 1.0 } + 51% {opacity: 0.0 } + 100% {opacity: 0.0 } } @media (min-width: 1200px) { |
