Reorganize SCSS files, RWD-ize funding.
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / base.scss
diff --git a/apps/wolnelektury_core/static/css/main/base.scss b/apps/wolnelektury_core/static/css/main/base.scss
deleted file mode 100755 (executable)
index 193a88c..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-@import "tools";
-
-/* Basic colors and fonts */
-body {
-    font-family: Georgia;
-    background: #f7f7f7;
-    color: black;
-}
-
-a {
-    color: #0d7e85;
-    text-decoration: none;
-
-    img {
-        border: 0;
-    }
-}
-
-
-/* Basic layout */
-html, body {
-    margin: 0;
-    padding: 0;
-}
-
-
-.clearboth {
-    clear: both;
-}