From e1b0b939ebe118c8f858d31addfeb323ef5f5fbd Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 24 Apr 2014 09:58:33 -0400 Subject: [PATCH] chore(view) rm spaces --- css/view.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/view.css b/css/view.css index 7a0c7b8e..855d7e41 100644 --- a/css/view.css +++ b/css/view.css @@ -1,15 +1,15 @@ .view { font-size: 16px; white-space :pre; - outline: 0; + outline: 0; } -.view::selection { +.view::selection { text-shadow: none; background: #b3d4fc; } -.view-overlay { +.view-overlay { display : block; background : rgb(255, 255, 255); background : rgba(255, 255, 255, 0.1);