From 784dc1537367734c4b8ea48e338fb98fdcbba7c0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 10 Jan 2014 11:23:05 -0500 Subject: [PATCH] chore(view) add " " --- lib/client/view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/view.js b/lib/client/view.js index f7607b24..cc5d4837 100644 --- a/lib/client/view.js +++ b/lib/client/view.js @@ -134,13 +134,13 @@ var CloudCmd, Util, DOM, CloudFunc, $; Images.hideLoad(); }) .cssSet({id:'view-css', - inner : '#view{' + + inner : '#view {' + 'font-size: 16px;' + 'white-space :pre;' + 'outline: 0;' + 'margin: 2%;' + '}' + - '#view::selection{' + + '#view::selection {' + /* 'background: #fe57a1;' 'color: #fff;'