Code layout change.
[wolnelektury.git] / apps / wolnelektury_core / static / scss / book_text / book_box.scss
diff --git a/apps/wolnelektury_core/static/scss/book_text/book_box.scss b/apps/wolnelektury_core/static/scss/book_text/book_box.scss
deleted file mode 100644 (file)
index 38550ce..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#book-short {
-    margin: 0;
-    padding: 0;
-    overflow: visible;
-    max-width: 488px;
-
-    .book-box .book-box-inner {
-        border: none;
-        box-shadow: none;
-    }
-
-    .book-box-read {
-        opacity: .5;
-    }
-}