From: erickson Date: Wed, 4 Feb 2009 22:51:11 +0000 (+0000) Subject: no need to import 2 grid css's, nor the private _grid css X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0395041262d43dfb91665c754d2869fea84fd7f3;p=evergreen%2Ftadl.git 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 --- 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; }