From 7afa8f3fb2f2cede0b227a00ccc2b84267278db6 Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Wed, 8 Feb 2012 13:54:42 -0800 Subject: delete _scss directory --- _scss/imports/scss/_Components.scss | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 _scss/imports/scss/_Components.scss (limited to '_scss/imports/scss/_Components.scss') diff --git a/_scss/imports/scss/_Components.scss b/_scss/imports/scss/_Components.scss deleted file mode 100644 index c4182c73..00000000 --- a/_scss/imports/scss/_Components.scss +++ /dev/null @@ -1,33 +0,0 @@ -// -// This file contains proprietary software owned by Motorola Mobility, Inc.
-// No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
-// (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. -//
- - - -// Begin: Styles for the Tree component - -.tree -{ - -webkit-user-select:none; - cursor:default; - float: left; - padding-left: 0; - color: $color-panel-text; -} - -.tree li -{ - -webkit-margin-before: 0px; - -webkit-margin-after: 0px; - list-style-type:none; -} - -.tree li > text > img -{ - margin-right:8px; - -webkit-transition: -webkit-transform 0.05s linear; -} - -// End: styles for the Tree component \ No newline at end of file -- cgit v1.2.3