Skip to content

Commit

Permalink
add spacting around buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Doik committed May 26, 2012
1 parent 5eabe40 commit 5e597ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github.com.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $(document).ready(function(){
if(idx < hashes.length){
next = '<a href="../commit/' + hashes[idx+1] + location.search + '" class="minibutton" style="float: right;">go to next commit &gt;</a>';
}
var markup = '<p>' + prev + next + '</p><p style="clear:both"></p>';
var markup = '<div class="margin: 1em 0;">' + prev + next + '<p style="margin: 0; clear:both">&nbsp;</p></div>';
var bottom_el = $('#all_commit_comments');
var top_el = $('#files');
bottom_el.html(markup + bottom_el.html());
Expand Down

0 comments on commit 5e597ae

Please sign in to comment.