From f1f2e65712d7c5a163dd6fdbd8f5911555c3f377 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 3 May 2012 17:46:23 -0700 Subject: finishing to replace all id with data-montage-id Signed-off-by: Valerio Virgillito --- scss/imports/scss/_Stage.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scss') diff --git a/scss/imports/scss/_Stage.scss b/scss/imports/scss/_Stage.scss index 6206f27f..4644e3ba 100644 --- a/scss/imports/scss/_Stage.scss +++ b/scss/imports/scss/_Stage.scss @@ -133,7 +133,7 @@ } -#drawingCanvas { +.drawingCanvas { position: absolute; margin: 0px; border: none; @@ -144,7 +144,7 @@ } -#stageCanvas { +.stageCanvas { position: absolute; margin: 0px; border: none; @@ -154,7 +154,7 @@ z-index: 5; } -#layoutCanvas { +.layoutCanvas { position: absolute; margin: 0px; border: none; -- cgit v1.2.3