Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / tree / xml-tree-loader.css
diff --git a/examples/tree/xml-tree-loader.css b/examples/tree/xml-tree-loader.css
deleted file mode 100644 (file)
index 9a25e36..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/*!
- * Ext JS Library 3.3.0
- * Copyright(c) 2006-2010 Ext JS, Inc.
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
-#details-panel .x-panel-body {
-    padding: 10px;
-    background: #eee;
-    color: #555;
-}
-#details-panel a:link, #details-panel a:visited {
-    color: #369;
-}
-#details-panel h2 {
-    color: #369;
-    font-size: 15px;
-}
-#details-panel p {
-    margin-bottom: 5px;
-}
-
-.author-m {
-    background-image: url(../shared/icons/fam/user.gif) !important;
-}
-.author-f {
-    background-image: url(../shared/icons/fam/user_female.gif) !important;
-}
-.book {
-    background-image: url(../shared/icons/fam/book.png) !important;
-}