diff --git a/ext ironing/reset.css b/ext ironing/reset.css
deleted file mode 100644
index 22df33b9c9abf1118f93c7ce81b8ee2834755a0c..0000000000000000000000000000000000000000
--- a/ext ironing/reset.css	
+++ /dev/null
@@ -1,33 +0,0 @@
-*{
-    margin: 0;
-    padding: 0;
-    line-height: 1;
-}
-a{
-    text-decoration: none;
-}
-li{
-    list-style: none;
-}
-img{
-    vertical-align: middle;
-    border: none;
-}
-.clearfix:after{
-    content: "";
-    display: block;
-    clear: both;
-    height:0 ;
-    overflow: hidden;
-    visibility: hidden;
-}
-.safe{
-    width: 1140px;
-    margin: 0 auto;
-}
-.left{
-    float: left;
-}
-.right{
-    float: right;
-}
\ No newline at end of file