diff options
author | Armen Kesablyan | 2012-02-13 11:59:19 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-02-13 11:59:19 -0800 |
commit | 90d0c8c0e98d062c628c061fe5765ce991fda409 (patch) | |
tree | 9780e9dcf475bf319f3cacc1a1ad52fcf9f133af /_scss/imports/scss/_ToolsSample.scss | |
parent | 8110e01dc5093ac6baf621103dcaa5f769e5be92 (diff) | |
parent | e142611e22718b1f1d1696902ad9161ec5f33f98 (diff) | |
download | ninja-90d0c8c0e98d062c628c061fe5765ce991fda409.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Conflicts:
css/ninja.css
js/stage/stage.reel/stage.html
js/tools/TextTool.js
node_modules/labs/rich-text-editor.reel/rich-text-editor.css
node_modules/labs/rich-text-editor.reel/rich-text-editor.html
node_modules/labs/rich-text-editor.reel/rich-text-editor.js
node_modules/labs/rich-text-editor.reel/rich-text-resizer.js
node_modules/labs/rich-text-editor.reel/rich-text-sanitizer.js
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to '_scss/imports/scss/_ToolsSample.scss')
-rw-r--r-- | _scss/imports/scss/_ToolsSample.scss | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/_scss/imports/scss/_ToolsSample.scss b/_scss/imports/scss/_ToolsSample.scss deleted file mode 100644 index 2e1da9a8..00000000 --- a/_scss/imports/scss/_ToolsSample.scss +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | @charset "UTF-8"; | ||
2 | // <copyright> | ||
3 | // This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
4 | // No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
5 | // (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
6 | // </copyright> | ||
7 | |||
8 | // Image Sprinting | ||
9 | .ovalToolUp { | ||
10 | background-image: url("../images/SpriteSheets/NinjaSpriteSheet.png"); | ||
11 | background-repeat: no-repeat; | ||
12 | background-position: 0px 0px; | ||
13 | height: 23px; | ||
14 | width: 26px; } | ||