fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
38550ce742ec780b815e1364c688cf9406562192
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
static
/
scss
/
book_text
/
book_box.scss
1
#book-short {
2
margin: 0;
3
padding: 0;
4
overflow: visible;
5
max-width: 488px;
6
7
.book-box .book-box-inner {
8
border: none;
9
box-shadow: none;
10
}
11
12
.book-box-read {
13
opacity: .5;
14
}
15
}