diff options
author | Eric Guzman | 2012-02-08 15:33:30 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-08 15:33:30 -0800 |
commit | 4ab650bccc776b031191dc410a93309a9d342bab (patch) | |
tree | 55a2c7cdda8cce2ede9a8efcb3e77bfa96abc821 /_scss/imports/scss/_ToolsSample.scss | |
parent | 7fc8ce44579b0464710d0696782daf7df776b1a0 (diff) | |
parent | 0537f8f29e7b8dd48fd08f20b1533fbe92a54c4b (diff) | |
download | ninja-4ab650bccc776b031191dc410a93309a9d342bab.tar.gz |
Merge branch 'refs/heads/master' into PresetsPanel
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; } | ||