fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cut the unnecessary middle base template.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
scss
/
book_text
/
book_box.scss
diff --git
a/src/wolnelektury/static/scss/book_text/book_box.scss
b/src/wolnelektury/static/scss/book_text/book_box.scss
index
38550ce
..
e3a17b6
100644
(file)
--- a/
src/wolnelektury/static/scss/book_text/book_box.scss
+++ b/
src/wolnelektury/static/scss/book_text/book_box.scss
@@
-2,7
+2,7
@@
margin: 0;
padding: 0;
overflow: visible;
- max-width:
488
px;
+ max-width:
560
px;
.book-box .book-box-inner {
border: none;
@@
-12,4
+12,7
@@
.book-box-read {
opacity: .5;
}
+
+ .book-right-column {display: none;}
+ .read-more-hide, .read-more-show {display: none;}
}