From: Radek Czajka Date: Fri, 17 Jan 2014 12:36:17 +0000 (+0100) Subject: Minor css fix. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/fdb67a9ef3b41c31d4ae4122d49537860e483ec6?hp=b7f60fe7a944bbd0582896684fa09e02600a012d Minor css fix. --- diff --git a/apps/wolnelektury_core/static/scss/main/picture_box.scss b/apps/wolnelektury_core/static/scss/main/picture_box.scss index a3e491197..c9a8c1bd3 100644 --- a/apps/wolnelektury_core/static/scss/main/picture_box.scss +++ b/apps/wolnelektury_core/static/scss/main/picture_box.scss @@ -11,7 +11,7 @@ } .book-box-head, .tags, .book-box-tools { - margin: 0; + margin-left: 0; } @@ -27,7 +27,7 @@ } .book-box-tools, .tags, #theme-list-wrapper { - clear: left; + clear: both; margin-left: 0; } .book-box-body { @@ -41,11 +41,11 @@ margin-bottom: 0; } .book-box-tools, .tags { - clear: none; + clear: right; } #theme-list-wrapper { - clear: none; + clear: right; @include size(margin-left, 550px); } }