Another cover fix.
[wolnelektury.git] / apps / wolnelektury_core / static / scss / main / picture_box.scss
index a3e4911..c9a8c1b 100644 (file)
@@ -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 {
                 margin-bottom: 0;
             }
             .book-box-tools, .tags {
-                clear: none;
+                clear: right;
             }
 
             #theme-list-wrapper {
-                clear: none;
+                clear: right;
                 @include size(margin-left, 550px);
             }
         }