From 7f6b661134d0a68c1349debad659d06d10821bf2 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Mon, 23 Dec 2013 23:00:10 -0800 Subject: [PATCH] Update site --- examples/quake.html | 5 +++-- examples/quake/index.html | 11 +++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/examples/quake.html b/examples/quake.html index d108aae..ece12da 100644 --- a/examples/quake.html +++ b/examples/quake.html @@ -46,10 +46,11 @@
HTML
-
<canvas id='quakeCanvas'></canvas>
-<h1>Earthquakes: 2013</h1>
+
<h1>Earthquakes: 2013</h1>
 <ul id='magnitudes'></ul>
 
+<canvas id='quakeCanvas'></canvas>
+
 <div id='controls'>
   <div>
     <input id='slider' type='range' min='0' max='100' step='0.1' value='0'>
diff --git a/examples/quake/index.html b/examples/quake/index.html
index a563ceb..4bdf250 100644
--- a/examples/quake/index.html
+++ b/examples/quake/index.html
@@ -25,6 +25,7 @@
       padding: 0;
       margin: 0;
       list-style: none;
+      z-index: 10;
     }
 
     h1 {
@@ -33,6 +34,7 @@
       left: 5px;
       padding: 0;
       margin: 0;
+      z-index: 10;
     }
 
     canvas {
@@ -40,7 +42,7 @@
       top: 60px;
       left: 0;
       right: 0;
-      bottom: 0;
+      bottom: 0px;
       cursor: move;
     }
 
@@ -81,16 +83,17 @@
 
- -

Earthquakes: 2013

+

Earthquakes: 2013

    + +
    -   + Loading...