diff options
author | Valerio Virgillito | 2012-03-26 15:55:38 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-26 15:55:38 -0700 |
commit | 6b9bfb63f6bc22ef1095dc11816826bb83a2c408 (patch) | |
tree | 0c5ff0912bc28dc3e06b9f223363413a641cf34d /js/panels/Components/ComponentsPanelBase.reel/ComponentsPanelBase.css | |
parent | 309dde5a8c4599cef6a1052c1ff9ee1ad8ec5858 (diff) | |
download | ninja-6b9bfb63f6bc22ef1095dc11816826bb83a2c408.tar.gz |
Cleanup of the components panel
Renamed to naming convention. Deleted un-used file.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
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 | } | ||