[open-ils-commits] r12071 - trunk/Open-ILS/web/css/skin

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Feb 4 17:51:16 EST 2009


Author: erickson
Date: 2009-02-04 17:51:11 -0500 (Wed, 04 Feb 2009)
New Revision: 12071

Modified:
   trunk/Open-ILS/web/css/skin/default.css
Log:
no need to import 2 grid css's, nor the private _grid css

Modified: trunk/Open-ILS/web/css/skin/default.css
===================================================================
--- trunk/Open-ILS/web/css/skin/default.css	2009-02-04 22:50:23 UTC (rev 12070)
+++ trunk/Open-ILS/web/css/skin/default.css	2009-02-04 22:51:11 UTC (rev 12071)
@@ -4,12 +4,9 @@
 /* import the dojo CSS */
 @import "/js/dojo/dojo/resources/dojo.css";
 @import "/js/dojo/dijit/themes/tundra/tundra.css";
- at import "/js/dojo/dojox/grid/_grid/Grid.css";
- at import "/js/dojo/dojox/grid/resources/Grid.css";
 @import "/js/dojo/dojox/grid/resources/tundraGrid.css";
 
 
-
 html, body, #oils-base-body-block {
     width:100%;
     height:100%;
@@ -18,6 +15,7 @@
     padding:0;
 }
 table { border-collapse: collapse; }
+
 /* use this for divs whose contents should be entirely contained within the div */
 .container:after {content: ""; display: block; height: 0; clear: both; }
 



More information about the open-ils-commits mailing list