X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/68dbe44bdbc497a82064c6a47eeaecbb34463f64..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/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 index ca2aebb49..000000000 --- a/apps/wolnelektury_core/static/scss/book_text/other.scss +++ /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; - } - } -}