moves all the static files under ~/static, for convenience again, even
[unfold.git] / myslice / static / css / myslice.css
diff --git a/myslice/static/css/myslice.css b/myslice/static/css/myslice.css
deleted file mode 100644 (file)
index 0862ecf..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#header {
-    position: fixed; 
-    display: block;
-    margin:0px;
-    top: 0px;
-    left: 0px;
-    right: 0px; 
-    height: 60px;
-/*    background-color: #f8f8f8; */
-    background-color: #ccc;
-}
-
-#content-main {
-    margin: 60 200 0 0;
-    padding: 0;
-}
-#content-related {
-    margin-top: 60;
-    padding: 0;
-    width: 200;
-    position: fixed;
-    display: block;
-    right: 0px;
-    top: 0px;
-    background-color: #d0d0f8;
-}