File tree Expand file tree Collapse file tree 4 files changed +2
-11
lines changed
Expand file tree Collapse file tree 4 files changed +2
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ header h1 {
111111 padding : 0 ;
112112}
113113
114- /* #photos li:nth-child(4n+1) {
114+ # photos li : nth-child (4n+1) {
115115 clear : left;
116- }*/
116+ }
117117
118118# photos li a {
119119 display : block;
Original file line number Diff line number Diff line change @@ -139,7 +139,6 @@ class="login button">Login →</a>
139139
140140<script src="http://code.jquery.com/jquery-2.0.0.min.js"></script>
141141<script src="http://js.pusher.com/2.0/pusher.min.js"></script>
142- <script src="js/isotope/jquery.isotope.min.js"></script>
143142<script>
144143
145144jQuery(function($){
@@ -158,10 +157,6 @@ class="login button">Login →</a>
158157 photos = $('photos'),
159158 min_ID = photos.data('next-min-ID');
160159
161- photos.isotope({
162- itemSelector: 'li'
163- });
164-
165160 channel.bind('new-photo', function(data){
166161
167162 newcount += data.newcount;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments