fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d63466b4a70197a212322e62c350b7e4e0cdf22e
[wolnelektury.git]
/
src
/
wolnelektury
/
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
16
.book-right-column {display: none;}
17
.read-more-hide, .read-more-show {display: none;}
18
}