From 51597a0f2927e12a60e4178fdfaff79e2a02b435 Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 4 Dec 2013 23:13:07 +0000 Subject: [PATCH] bump and polish --- package.json | 2 +- static/js/page_view.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b90cfd0..122a4fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ep_page_view", - "version": "0.4.1", + "version": "0.4.2", "keywords": ["page view", "pv", "preview", "overview", "page break", "break", "new page"], "description": "Add support to do 'page view', with a toggle on/off option in Settings, also Page Breaks with Control Enter", "contributors": [ diff --git a/static/js/page_view.js b/static/js/page_view.js index a1e9372..caa895d 100644 --- a/static/js/page_view.js +++ b/static/js/page_view.js @@ -23,7 +23,7 @@ if (!isMobile) { $('#options-linenoscheck').click(); $('#options-linenoscheck').attr("disabled", true); } - $('#editorcontainer').css("top", "17px"); + $('#editorcontainer').css("top", "15px"); $('#ep_page_ruler').show(); }, disable: function() {