Skip to content

Commit

Permalink
Leakdetect button
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn van der Lee committed Jun 25, 2014
1 parent 97b48ad commit 1fa27ab
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@

#photos-info {
position: relative;
top: 250px;
text-align: center;
z-index: 1000;
text-shadow: 0 0 8px white;
Expand All @@ -97,6 +96,10 @@
font-size: 200%;
font-weight: bold;
}

.clearfix {
clear: both;
}
</style>

<script>
Expand Down Expand Up @@ -147,9 +150,6 @@
<h1>Coverflow</h1>
jQuery Coverflow effect with luxurious transformations (CSS3!) support for reflections and gracefull(ish) degradation.

<button id="leakdetect">LeakDetect</button>
<div id="leakbucket"></div>

<h2>Examples</h2>

<h3>Alphabet selector</h3>
Expand Down Expand Up @@ -186,7 +186,7 @@ <h3>Alphabet selector</h3>

<h3>CD Covers</h3>
<div class="photos">
<img class="cover" data-name="Arric" src="demo/attic.jpg"/>
<img class="cover" data-name="Attic" src="demo/attic.jpg"/>
<img class="cover" data-name="Aurora Borealis" src="demo/aurora.jpg"/>
<img class="cover" data-name="Barbecued steak" src="demo/barbecue.jpg"/>
<img class="cover" data-name="Black swan" src="demo/blackswan.jpg"/>
Expand All @@ -203,5 +203,9 @@ <h3>CD Covers</h3>
<div id="photos-info">
<div id="photos-name"></div>
</div>

<div class="clearfix"></div>
<button id="leakdetect">LeakDetect</button>
<div id="leakbucket"></div>
</body>
</html>

0 comments on commit 1fa27ab

Please sign in to comment.