From: Radek Czajka Date: Mon, 3 Feb 2014 13:29:41 +0000 (+0100) Subject: Fix SCSS error. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/e22bc1d420f3fa0caea45f7e065c5b376756ee01 Fix SCSS error. --- diff --git a/apps/wolnelektury_core/static/scss/book_text/themes.scss b/apps/wolnelektury_core/static/scss/book_text/themes.scss index 9e8ebc0da..26ed14bdb 100644 --- a/apps/wolnelektury_core/static/scss/book_text/themes.scss +++ b/apps/wolnelektury_core/static/scss/book_text/themes.scss @@ -49,13 +49,13 @@ nav #menu-themes { @include size(width, 120px); height: auto; overflow: visible; - include @size(margin-left, 30px); - include @size(font-size, 14.4px); + @include size(margin-left, 30px); + @include size(font-size, 14.4px); text-indent: 0; - include @size(border-left, 1px solid #DDDDDD); + @include size(border-left, 1px solid #DDDDDD); color: #777; - include @size(padding, 0 0 0 8px); + @include size(padding, 0 0 0 8px); &:before { display: none;