|
|
|
@ -9,6 +9,14 @@
|
|
|
|
|
<link rel="stylesheet" href="../../../dist/ratchet.css"> |
|
|
|
|
<link rel="stylesheet" href="../../../dist/theme-classic.css"> |
|
|
|
|
<script src="../../../dist/ratchet.js"></script> |
|
|
|
|
<script src="../../../docs/js/fingerblast.js"></script> |
|
|
|
|
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
$(function() { |
|
|
|
|
$(window).on('load', function () { new FingerBlast('.body'); }); |
|
|
|
|
}); |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style> |
|
|
|
|
[class*="bar"] { |
|
|
|
@ -24,7 +32,7 @@
|
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<!-- ontouchstart property makes :active/:hover behaviors work on everything --> |
|
|
|
|
<body ontouchstart=""> |
|
|
|
|
<body class="body" ontouchstart=""> |
|
|
|
|
|
|
|
|
|
<div class="content"> |
|
|
|
|
|
|
|
|
|