diff options
author | Nivesh Rajbhandari | 2012-04-25 13:34:04 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-04-25 13:34:04 -0700 |
commit | 32a24988add5ba0ecf80caa31871cdd90e3eea5b (patch) | |
tree | fbf05f2dfc91e57ab9598046ff16798ea0ae1966 /js/components/tree.reel/tree.css | |
parent | 60d6346a78fb5257eaf36f17a5fcb764a342c012 (diff) | |
parent | d3a6350163ada5644d34ed8d5c2a00cef4db2afc (diff) | |
download | ninja-32a24988add5ba0ecf80caa31871cdd90e3eea5b.tar.gz |
Merge branch 'refs/heads/ninja-internal' into WebGLMaterials
Diffstat (limited to 'js/components/tree.reel/tree.css')
-rwxr-xr-x | js/components/tree.reel/tree.css | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/js/components/tree.reel/tree.css b/js/components/tree.reel/tree.css deleted file mode 100755 index 8872341f..00000000 --- a/js/components/tree.reel/tree.css +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | .tree | ||
8 | { | ||
9 | -webkit-user-select:none; | ||
10 | cursor:default; | ||
11 | float: left; | ||
12 | padding-left: 0; | ||
13 | } | ||
14 | |||
15 | .tree li | ||
16 | { | ||
17 | -webkit-margin-before: 0px; | ||
18 | -webkit-margin-after: 0px; | ||
19 | list-style-type:none; | ||
20 | } | ||
21 | |||
22 | .tree li > text > img | ||
23 | { | ||
24 | margin-right:8px; | ||
25 | -webkit-transition: -webkit-transform 0.05s linear; | ||
26 | } \ No newline at end of file | ||