Skip to content

Commit dca3d35

Browse files
committed
Whitespace formatting
1 parent bd56e4a commit dca3d35

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2 class="sub">Make your stuff stick!</h2>
2929
<p class="lead">
3030
Ever wanted to <strong>pin</strong> something to the side of a text? Ever needed a subtle sticky element to quietly hang around as you scroll down?
3131
</p>
32-
32+
3333
<p>
3434
<strong>jQuery.Pin</strong> is here to help! Pin any element to the top of a container. Easily <strong>disable</strong> it for smaller screen-sizes where there's no room for that kind of shenanigans.
3535
</p>
@@ -76,7 +76,7 @@ <h4>Its a cat!</h4>
7676
</div>
7777

7878
</section>
79-
79+
8080
<section class="left-nav">
8181
<div class="container clearfix">
8282
<div class="row">
@@ -100,7 +100,7 @@ <h2>Want a sticky left menu?</h2>
100100
</div>
101101
</section>
102102
</div>
103-
103+
104104
<div class="wrapper text-center">
105105
<a href="https://github.com/webpop/jquery.pin" class="button">Get it now!</a>
106106
<small>What are you waiting for?</small>
@@ -118,14 +118,15 @@ <h2>Want a sticky left menu?</h2>
118118
</div>
119119
</div>
120120
</footer>
121-
121+
122122
<a href="https://github.com/webpop/jquery.pin"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
123-
123+
124124

125125
<!-- Include jQuery and jquery.pin -->
126126
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
127127
<script src="jquery.pin.js"></script>
128-
128+
129+
129130
<!-- PIN ALL THE THINGS! -->
130131
<script>
131132
$(".pinned").pin({containerSelector: ".container", minWidth: 940});

0 commit comments

Comments
 (0)