remove the banner
[wolnelektury.git] / src / wolnelektury / static / css / picture_box.css
1 .book-wide-box.picture img.cover {
2     width: 53.5em;
3     height: auto;
4 }
5
6 .picture.book-wide-box .book-box-tools {
7     margin-left:  50em; // 535px image + 15px margin @ 11pt
8 }
9
10 .picture li.book-box-download {
11     width: 15em;
12 }
13
14
15 .Picture-item {
16     display: inline-block;
17     vertical-align: top;
18     float: left;
19 }
20
21
22 .picture.book-wide-box .other-tools {
23     margin: 5em 0 0 0;
24 }
25
26
27 .picture.book-wide-box #theme-list-wrapper {
28     margin-left: 55em;
29 }