From 0395041262d43dfb91665c754d2869fea84fd7f3 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 4 Feb 2009 22:51:11 +0000 Subject: [PATCH] no need to import 2 grid css's, nor the private _grid css git-svn-id: svn://svn.open-ils.org/ILS/trunk@12071 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/css/skin/default.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Open-ILS/web/css/skin/default.css b/Open-ILS/web/css/skin/default.css index c2fe524400..33b4b98a05 100644 --- a/Open-ILS/web/css/skin/default.css +++ b/Open-ILS/web/css/skin/default.css @@ -4,12 +4,9 @@ /* import the dojo CSS */ @import "/js/dojo/dojo/resources/dojo.css"; @import "/js/dojo/dijit/themes/tundra/tundra.css"; -@import "/js/dojo/dojox/grid/_grid/Grid.css"; -@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 @@ html, body, #oils-base-body-block { 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; } -- 2.11.0