diff options
author | Armen Kesablyan | 2012-02-07 16:50:27 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-02-07 16:50:27 -0800 |
commit | 5f506542d28e12b707c3bfa41b53383519838477 (patch) | |
tree | bd58e9958d84dc3abef216d83f2e622ddb045b28 /_scss/imports/scss | |
parent | 2082fa6912eec2ffabd2081b7706e8e1b88a9711 (diff) | |
download | ninja-5f506542d28e12b707c3bfa41b53383519838477.tar.gz |
Revert "Initial Text Tool Implementation"
This reverts commit 2082fa6912eec2ffabd2081b7706e8e1b88a9711.
Diffstat (limited to '_scss/imports/scss')
-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 09dae3d6..a992b793 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 | } \ No newline at end of file | ||