From cb79db9110eef0ce8670727f978813e7f7411326 Mon Sep 17 00:00:00 2001 From: Cy-Bo-Rg Date: Sun, 12 Jul 2015 16:52:11 +0200 Subject: [PATCH] removed the "massive hack" refresh fix removed. --- examples/index.html | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/examples/index.html b/examples/index.html index 40ff024657..43bebc5afd 100644 --- a/examples/index.html +++ b/examples/index.html @@ -32,31 +32,6 @@ overflow: hidden; } - .marquee { - width:130px; - height:40px; - padding:5px; - background-color: yellowgreen; - border: 20px solid rgba(0,0,0,0.3); - white-space: nowrap; - overflow: hidden; - - /* Safari and Chrome */ - overflow-x:-webkit-marquee; - -webkit-marquee-direction: backwards; - -webkit-marquee-style: scroll; - -webkit-marquee-speed: fast; - -webkit-marquee-increment: small; - -webkit-marquee-repetition: infinite; - - /* W3C */ - overflow-x: marquee-line; - marquee-direction: forward; - marquee-style: scroll; - marquee-speed: fast; - marquee-play-count: infinite; - } - h1 { margin-top: 30px; margin-bottom: 40px; @@ -208,7 +183,7 @@
-
+

refresh_fix_on_some_blacklisted_android_chipsets

+ -- GitLab