From 18ddecd52a79a688e08c7f090d2b8c28d77ee5bb Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 2 Dec 2013 09:32:35 -0800 Subject: [PATCH] Rename #workspace to .workspace --- stylesheets/atom.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/atom.less b/stylesheets/atom.less index c1a73f4..d5f4c5b 100644 --- a/stylesheets/atom.less +++ b/stylesheets/atom.less @@ -4,6 +4,6 @@ box-sizing: border-box; } -#workspace { +.workspace { background-color: @app-background-color; }