diff options
author | Valerio Virgillito | 2012-05-03 17:46:23 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-03 17:46:23 -0700 |
commit | f1f2e65712d7c5a163dd6fdbd8f5911555c3f377 (patch) | |
tree | 6c1b70e1642f09fc789ce5a3309feab98dc2f8a5 /scss | |
parent | 2f21eb37a4e7afb4ba3273b3ec50964717448b2f (diff) | |
download | ninja-f1f2e65712d7c5a163dd6fdbd8f5911555c3f377.tar.gz |
finishing to replace all id with data-montage-id
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'scss')
-rw-r--r-- | scss/imports/scss/_Stage.scss | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
133 | 133 | ||
134 | } | 134 | } |
135 | 135 | ||
136 | #drawingCanvas { | 136 | .drawingCanvas { |
137 | position: absolute; | 137 | position: absolute; |
138 | margin: 0px; | 138 | margin: 0px; |
139 | border: none; | 139 | border: none; |
@@ -144,7 +144,7 @@ | |||
144 | } | 144 | } |
145 | 145 | ||
146 | 146 | ||
147 | #stageCanvas { | 147 | .stageCanvas { |
148 | position: absolute; | 148 | position: absolute; |
149 | margin: 0px; | 149 | margin: 0px; |
150 | border: none; | 150 | border: none; |
@@ -154,7 +154,7 @@ | |||
154 | z-index: 5; | 154 | z-index: 5; |
155 | } | 155 | } |
156 | 156 | ||
157 | #layoutCanvas { | 157 | .layoutCanvas { |
158 | position: absolute; | 158 | position: absolute; |
159 | margin: 0px; | 159 | margin: 0px; |
160 | border: none; | 160 | border: none; |