Reorganize SCSS files, RWD-ize funding.
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / catalogue.scss
diff --git a/apps/wolnelektury_core/static/css/main/catalogue.scss b/apps/wolnelektury_core/static/css/main/catalogue.scss
deleted file mode 100755 (executable)
index 4a08b46..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/* listing of all books */
-
-@import "tools";
-
-.catalogue-catalogue {
-    ul {
-        column-width: 25em;
-        -moz-column-width: 25em;
-        -webkit-column-width: 25em;
-
-        @include size-px(padding-left, 10);
-
-        @media screen and (min-width: 20em) {
-            @include size-px(padding-left, 40);
-        }
-
-        li {
-            margin-bottom: 1em;
-
-            @media screen and (min-width: 62.5em) {
-                margin-bottom: .5em;
-            }
-        }
-    }
-
-    h2 {
-        @include size-px(font-size, 26);
-        margin: 0;
-        @include size-px(padding, 26);
-    }
-}