Browse Source

removed the "massive hack"

refresh fix removed.
Cy-Bo-Rg 10 years ago
parent
commit
cb79db9110
1 changed files with 2 additions and 27 deletions
  1. 2 27
      examples/index.html

+ 2 - 27
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 @@
 			</a>
 			<div id="content"></div>
 		</div>
-		<article><iframe id="viewer" width="100%" allowfullscreen onmousewheel=""></iframe>
+		<iframe id="viewer" allowfullscreen onmousewheel=""></iframe>
 
 		<script>
 
@@ -589,7 +564,7 @@
 
 		}
 
-		</script><div class="marquee"><p>refresh_fix_on_some_blacklisted_android_chipsets</p></div></article>
+		</script>
 
 	</body>
 </html>