X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b7f60fe7a944bbd0582896684fa09e02600a012d..bb280fe2e90038e0ae3fa78356c50d98a163eb89:/apps/wolnelektury_core/static/scss/main/picture_box.scss 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); } }