Code layout change.
[wolnelektury.git] / apps / wolnelektury_core / static / scss / main / picture_box.scss
diff --git a/apps/wolnelektury_core/static/scss/main/picture_box.scss b/apps/wolnelektury_core/static/scss/main/picture_box.scss
deleted file mode 100644 (file)
index 26adc58..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-.picture {
-    &.book-wide-box {
-        img.cover {
-            width: 53.5em;
-            height: auto;
-        }
-
-        .book-box-tools {
-            margin-left:  50em; // 535px image + 15px margin @ 11pt
-        }
-
-        .other-tools {
-            margin: 5em 0 0 0;
-        }
-        #theme-list-wrapper {
-            margin-left: 55em;
-        }
-    }
-
-    li.book-box-download {
-        width: 15em;
-    }
-}
-
-
-.work-list {
-    .Picture-item {
-        @include min-screen($S_BOOK_SHORT_FULL) {
-            display: inline-block;
-        }
-        vertical-align: top;
-    }
-}