Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / resources / css / structure / reset.css
diff --git a/resources/css/structure/reset.css b/resources/css/structure/reset.css
deleted file mode 100644 (file)
index 2dd19f4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*!
- * Ext JS Library 3.3.1
- * Copyright(c) 2006-2010 Sencha Inc.
- * licensing@sencha.com
- * http://www.sencha.com/license
- */
-html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
-
-.ext-forced-border-box, .ext-forced-border-box * {
-    -moz-box-sizing: border-box;
-    -ms-box-sizing: border-box;
-    -webkit-box-sizing: border-box;
-}