bump and polish

This commit is contained in:
John McLear 2013-12-04 23:13:07 +00:00
parent c9153def99
commit 51597a0f29
2 changed files with 2 additions and 2 deletions

View file

@ -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": [

View file

@ -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() {