Minor css fix.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Fri, 17 Jan 2014 12:36:17 +0000 (13:36 +0100)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Fri, 17 Jan 2014 12:36:17 +0000 (13:36 +0100)
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);
             }
         }