reorganisation des dossiers
[mtweb] / web / out / dist / css / style.css
diff --git a/web/out/dist/css/style.css b/web/out/dist/css/style.css
deleted file mode 100644 (file)
index bf2dbb2..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-@import url("general.css");
-@import url("header.css");
-@import url("menu_top.css");
-@import url("main.css");
-@import url("footer.css");
-
-*{
-  margin: 0;
-  padding: 0;
-}
-
-html{
-  height: 100%;
-}
-
-body{
-  text-align: center;
-  height: 100%;
-}
-
-pre, div { text-align: left; }
-
-.content{
-  margin-left: auto;
-  margin-right: auto;
-  width: 800px;
-}
-
-.clear{
-  clear: both;
-  font-size: 0px;
-  line-height: 0px;
-  height: 0px;
-}