summaryrefslogtreecommitdiff
path: root/www/css/index.css
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-02-15 09:58:48 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-02-15 09:58:48 -0500
commitd0746fad25e2b3c11258ca8d3772da22cf4133b4 (patch)
tree9e1fbfd05934f36350bc1aa36f5b23b8688fc0fd /www/css/index.css
parent282216e3d8dbd3f8f80308399d6d6b8b9aff26e7 (diff)
downloadhtml5ks-d0746fad25e2b3c11258ca8d3772da22cf4133b4.tar.xz
html5ks-d0746fad25e2b3c11258ca8d3772da22cf4133b4.zip
minor stuff
Diffstat (limited to 'www/css/index.css')
-rw-r--r--www/css/index.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/css/index.css b/www/css/index.css
index fde07dc..e0136c1 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -173,9 +173,6 @@ html.no-js #gotit {
display: block;
margin: 10px 8px;
}
-.webp .ctc {
- background-image: url("../dump/ui/ctc.webp");
-}
.ctc {
position: absolute;
bottom: 20px;
@@ -188,6 +185,9 @@ html.no-js #gotit {
-webkit-animation: blink 2s infinite linear;
animation: blink 2s infinite linear;
}
+.webp .ctc {
+ background-image: url("../dump/ui/ctc.webp");
+}
.apng .ctc, .webpanimation .ctc {
-o-animation: none;
-moz-animation: none;