fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Better management of manually-set members.
[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: 560px;
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
}