Code layout change.
[wolnelektury.git] / apps / wolnelektury_core / static / scss / book_text / other.scss
diff --git a/apps/wolnelektury_core/static/scss/book_text/other.scss b/apps/wolnelektury_core/static/scss/book_text/other.scss
deleted file mode 100644 (file)
index ca2aebb..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-nav #menu-other {
-    display: none;
-}
-
-
-#other-text {
-    display: none;
-}
-
-#main-pane.with-other-text {
-
-    #main-text {
-        display: table-cell;
-        padding-left: 40px;
-        @include min-screen(1px) {
-            width: 300px;
-        }
-
-        @include min-screen(1000px) {
-            width: 400px;
-        }
-    }
-
-    #other-text {
-        display: table-cell;
-        padding-left: 40px;
-        @include min-screen(1px) {
-            width: 300px;
-        }
-
-        @include min-screen(1000px) {
-            width: 400px;
-        }
-    }
-}