Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request gollum#595 from jtietema/patch-1
Browse files Browse the repository at this point in the history
Update lib/gollum/frontend/public/gollum/livepreview/js/livepreview.js
  • Loading branch information
bootstraponline committed Dec 1, 2012
2 parents 904f975 + ca57d9e commit ca06aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ var applyTimeout = function () {

// width -2 for scroll bar & -10 for left offset
var previewStyle = 'width:' + (widthHalf - 2 - 10) + 'px;' +
'height:' + height + 'px;' +
'height:' + (height -50) + 'px;' +
'left:' + (leftRight === false ? '10px;' : widthHalf + 'px;') +
// preview panel top is equal to height of comment tool panel (40px) + 1
'top:41px;';
Expand Down

0 comments on commit ca06aa9

Please sign in to comment.