From: Radek Czajka Date: Mon, 3 Feb 2014 13:23:18 +0000 (+0100) Subject: Fix themes display in HTML. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/bb280fe2e90038e0ae3fa78356c50d98a163eb89?ds=inline;hp=--cc Fix themes display in HTML. --- bb280fe2e90038e0ae3fa78356c50d98a163eb89 diff --git a/apps/wolnelektury_core/static/scss/book_text/themes.scss b/apps/wolnelektury_core/static/scss/book_text/themes.scss index 432a671bd..9e8ebc0da 100644 --- a/apps/wolnelektury_core/static/scss/book_text/themes.scss +++ b/apps/wolnelektury_core/static/scss/book_text/themes.scss @@ -49,12 +49,13 @@ nav #menu-themes { @include size(width, 120px); height: auto; overflow: visible; - margin-left: 30px; - font-size: .9em; + include @size(margin-left, 30px); + include @size(font-size, 14.4px); + text-indent: 0; - border-left: 1px solid #DDDDDD; + include @size(border-left, 1px solid #DDDDDD); color: #777; - padding: 0 0 0 8px; + include @size(padding, 0 0 0 8px); &:before { display: none; diff --git a/lib/librarian b/lib/librarian index ca1a73838..118a8cf10 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit ca1a73838b1045835171dfa243f9c2c0dfa735fe +Subproject commit 118a8cf1045eee8369f21236e1400189f3ec2647