diff options
author | Valerio Virgillito | 2012-02-14 11:09:16 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-14 11:09:16 -0800 |
commit | 33c805d441abb2f83fd1ac9ee2d3d4282acc009f (patch) | |
tree | 0f6701bb8b4ea952a790c6f3ff03c759ef352206 /scss/imports | |
parent | f060190a3bffd9a16718f2ce0499699103d46372 (diff) | |
parent | 266f27fc9b2beef0378b2e49e93b5f217b1abde8 (diff) | |
download | ninja-33c805d441abb2f83fd1ac9ee2d3d4282acc009f.tar.gz |
Merge branch 'text-tool' of https://github.com/dhg637/ninja-internal into integration
Diffstat (limited to 'scss/imports')
-rw-r--r-- | scss/imports/scss/_Stage.scss | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scss/imports/scss/_Stage.scss b/scss/imports/scss/_Stage.scss index e77be724..7b7db576 100644 --- a/scss/imports/scss/_Stage.scss +++ b/scss/imports/scss/_Stage.scss | |||
@@ -192,17 +192,3 @@ | |||
192 | overflow-x: auto; | 192 | overflow-x: auto; |
193 | overflow-y: auto; | 193 | overflow-y: auto; |
194 | } | 194 | } |
195 | .montage-editor-frame { | ||
196 | position:absolute; | ||
197 | z-index:7; | ||
198 | top: 0; | ||
199 | left:0; | ||
200 | display:none; | ||
201 | -webkit-user-select: initial; | ||
202 | } | ||
203 | .montage-editor { | ||
204 | padding:0px; | ||
205 | word-wrap: normal; | ||
206 | |||
207 | |||
208 | } | ||