Merge pull request #595 from jtietema/patch-1

Update lib/gollum/frontend/public/gollum/livepreview/js/livepreview.js
This commit is contained in:
bootstraponline
2012-11-30 16:11:47 -08:00
@@ -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;';