From 16f43a34510e80ac394ffefc9a11ea7b30ee466a Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 8 Feb 2014 09:22:29 -0500 Subject: anim stuff, use html5ks.state more --- www/css/index.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'www/css') diff --git a/www/css/index.css b/www/css/index.css index c0d1191..66f0b32 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -33,8 +33,7 @@ body { width: 100%; } h2 { - font-size: 20px - line-height: 24px; /* yes, h2 has *smaller* font */ + line-height: 24px; font-weight: bold; } @@ -189,19 +188,17 @@ html.no-js #gotit { -webkit-animation: blink 2s infinite linear; animation: blink 2s infinite linear; } -.apng .ctc { - background-image: url("../dump/ui/ctc_anim.png"); +.apng .ctc, .webpanimation .ctc { -o-animation: none; -moz-animation: none; -webkit-animation: none; animation: none; } +.apng .ctc { + background-image: url("../dump/ui/ctc_anim.png"); +} .webpanimation .ctc { background-image: url("../dump/ui/ctc_anim.webp"); - -o-animation: none; - -moz-animation: none; - -webkit-animation: none; - animation: none; } #nvlctc { bottom: 25px; -- cgit v1.2.3-70-g09d2