Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-t committed Jul 15, 2015
1 parent 393f99d commit 291bef5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="css/chocolat.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/jquery.chocolat.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/jquery.chocolat.js"></script>
<style>
body {
text-align: center;
Expand All @@ -17,8 +17,8 @@
}
</style>
<title>Chocolat — demo</title>
<script>
$(function(){
<script>
$(function(){
$('#example0').Chocolat({
fullWindow: 'contain'
});
Expand All @@ -39,8 +39,8 @@
container : '#container2',
fullWindow : 'cover',
})
});
</script>
});
</script>
</head>
<body>
<div style="text-align: center;background: #E8E8E8; padding: 10px;margin-bottom: 10px;">
Expand Down Expand Up @@ -78,17 +78,17 @@ <h2>
Display in a container, looping :
</h2>

<div id="example2" data-chocolat-title="set title">
<a class="chocolat-image" href="demo-images/3.jpg" title="Rose">
<div id="example2" data-chocolat-title="set title">
<a class="chocolat-image" href="demo-images/3.jpg" title="Rose">
A
</a>
<a class="chocolat-image" href="demo-images/4.jpg" title="Black">
</a>
<a class="chocolat-image" href="demo-images/4.jpg" title="Black">
B
</a>
</a>
<a class="chocolat-image" href="demo-images/5.jpg" title="Yellow">
C
</a>
</div>
</div>
<!-- Container (notice the relative width) : -->
<div id="container1" style="width: 80%; max-width:1000px; height: 600px;background: #E0E0E0;margin:auto;"></div>

Expand Down

0 comments on commit 291bef5

Please sign in to comment.