Skip to content

Commit

Permalink
Style changes from Joen
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Sep 14, 2012
1 parent b9ea328 commit 228ac03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions templates/content-timeline.php
Expand Up @@ -19,12 +19,8 @@

<?php while ( $flux_posts->have_posts() ): $flux_posts->the_post(); ?>

<div class="flux-post">

<?php flux_get_template_part( 'content', get_post_format() ); ?>

</div>

<?php endwhile; ?>

<?php endif; ?>
Expand Down
2 changes: 1 addition & 1 deletion templates/js/flux.js
Expand Up @@ -5,7 +5,7 @@ jQuery( document ).ready( function($) {
if ( !! flux.offset() ) {

var stickyTop = flux.offset().top;
var topGap = 78;
var topGap = 124;

jQuery( window ).on( 'scroll', false, function() {

Expand Down

0 comments on commit 228ac03

Please sign in to comment.