Year summaries.
[wolnelektury.git] / src / wolnelektury / static / scss / main / book_box.scss
index 9e87e39..17b72f1 100755 (executable)
     @include size(margin-left, 139px + 15px);
   }
 
+  &.book-box-tools-warn {
+     font-size: 1rem;
+     margin-bottom: 1em;
+     max-width: 32em;
+     border: 1px solid #888;
+     padding: 1em;
+  }
+
+
   li {
     @include mono;
     margin-top: 0;
   @include size(margin-top, 18px);
   overflow: hidden;
   position: relative;
+  clear: left;
 
   @media screen and (min-width: 62.5em) {
     @include size(width, 536px);
        background-image:linear-gradient(to right,rgba(255,255,255,0),#ffffff 50%)
     }
   }
-}
\ No newline at end of file
+}