From fdb67a9ef3b41c31d4ae4122d49537860e483ec6 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Fri, 17 Jan 2014 13:36:17 +0100 Subject: [PATCH] Minor css fix. --- apps/wolnelektury_core/static/scss/main/picture_box.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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); } } -- 2.20.1