Code layout change.
[wolnelektury.git] / apps / wolnelektury_core / static / scss / main / catalogue.scss
diff --git a/apps/wolnelektury_core/static/scss/main/catalogue.scss b/apps/wolnelektury_core/static/scss/main/catalogue.scss
deleted file mode 100755 (executable)
index ba30e82..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/* listing of all books */
-
-.catalogue-catalogue {
-    ul {
-        column-width: 25em;
-        -moz-column-width: 25em;
-        -webkit-column-width: 25em;
-
-        @include size(padding-left, 10px);
-
-        @media screen and (min-width: 20em) {
-            @include size(padding-left, 40px);
-        }
-
-        li {
-            margin-bottom: 1em;
-
-            @media screen and (min-width: 62.5em) {
-                margin-bottom: .5em;
-            }
-        }
-    }
-
-    h2 {
-        @include size(font-size, 26px);
-        margin: 0;
-        @include size(padding, 26px);
-    }
-}