diff options
author | Valerio Virgillito | 2012-04-05 11:45:09 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-05 11:45:09 -0700 |
commit | 91ffa45e4eb69b1434460f9b6c618745ac19a74e (patch) | |
tree | 6d57b91e8c114aa7fa0f29666549d93841d6bf7e /js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.css | |
parent | 17ca01f54591187f5c0812c0fd2cb7260afa9639 (diff) | |
parent | b60e576af3915ce0cd7b60ed5e8ed6ff6f1ea9dc (diff) | |
download | ninja-91ffa45e4eb69b1434460f9b6c618745ac19a74e.tar.gz |
Merge pull request #153 from mencio/components
Components panel cleanup and displaying only simple properties.
Diffstat (limited to 'js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.css')
-rwxr-xr-x | js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.css b/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.css deleted file mode 100755 index ac250c83..00000000 --- a/js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.css +++ /dev/null | |||
@@ -1,11 +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 | .treeHolder{ | ||
8 | width: 227px; | ||
9 | background: red; | ||
10 | padding-left: 13px; | ||
11 | } | ||