From 996877f1c248b81fb0a34023a18939177d17e558 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 21 Oct 2013 10:24:23 +0000 Subject: [PATCH] feature(help) add margin: 25px --- lib/client/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/help.js b/lib/client/help.js index e6a54f28..7d26166e 100644 --- a/lib/client/help.js +++ b/lib/client/help.js @@ -34,7 +34,7 @@ var CloudCmd, Util, DOM; success:function(pResult){ var lDiv = DOM.anyload({ name : 'div', - style : 'white-space: normal;', + style : 'white-space: normal; margin: 25px', inner : pResult.toString() });