fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix Ó in <naglowekosoba> (hack)
[librarian.git]
/
librarian
/
cover.py
diff --git
a/librarian/cover.py
b/librarian/cover.py
index
9e21cf4
..
717d5f0
100644
(file)
--- a/
librarian/cover.py
+++ b/
librarian/cover.py
@@
-413,6
+413,11
@@
class WLCover(Cover):
return img
+class WLNoBoxCover(WLCover):
+ def add_box(self, img):
+ return img
+
+
class LogoWLCover(WLCover):
gradient_height = 90
gradient_logo_height = 60