[Commits] r499 - apps/opengeo/geoexplorer/trunk

commits at geoext.org commits at geoext.org
Tue Apr 28 18:20:17 CEST 2009


Author: sbenthall
Date: 2009-04-28 18:20:17 +0200 (Tue, 28 Apr 2009)
New Revision: 499

Modified:
   apps/opengeo/geoexplorer/trunk/debug.html
Log:
using gray geoext theme now to get the right anchor color


Modified: apps/opengeo/geoexplorer/trunk/debug.html
===================================================================
--- apps/opengeo/geoexplorer/trunk/debug.html	2009-04-28 16:17:32 UTC (rev 498)
+++ apps/opengeo/geoexplorer/trunk/debug.html	2009-04-28 16:20:17 UTC (rev 499)
@@ -5,7 +5,6 @@
         <!-- Ext resources -->
         <link rel="stylesheet" type="text/css" href="externals/ext/resources/css/ext-all.css" />
         <link rel="stylesheet" type="text/css" href="externals/ext/resources/css/xtheme-gray.css" />
-        <link rel="stylesheet" type="text/css" href="externals/geoext/resources/css/geoext-all-debug.css" />
         <script type="text/javascript" src="externals/ext/adapter/ext/ext-base.js"></script>
         <script type="text/javascript" src="externals/ext/ext-all-debug.js"></script>
 
@@ -15,6 +14,8 @@
 
         <!-- GeoExt resources -->
         <script type="text/javascript" src="externals/geoext/lib/GeoExt.js"></script> 
+        <link rel="stylesheet" type="text/css" href="externals/geoext/resources/css/geoext-all-debug.css" />
+        <link rel="stylesheet" type="text/css" href="externals/geoext/resources/css/gxtheme-gray.css" />
 
         <!-- GeoExplorer resources -->
         <link rel="stylesheet" type="text/css" href="theme/geoexplorer.css" />



More information about the Commits mailing list