mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
GwR wip
This commit is contained in:
parent
60cb1c2fbe
commit
1824dfe2b9
@ -231,7 +231,6 @@ class TouchscreenIndexTemplate(Template):
|
|||||||
div = DIV(
|
div = DIV(
|
||||||
masthead_p,
|
masthead_p,
|
||||||
PT(date, style='text-align:center'),
|
PT(date, style='text-align:center'),
|
||||||
#DIV(style="border-color:gray;border-top-style:solid;border-width:thin"),
|
|
||||||
DIV(style="border-top:1px solid gray;border-bottom:1em solid white"),
|
DIV(style="border-top:1px solid gray;border-bottom:1em solid white"),
|
||||||
toc)
|
toc)
|
||||||
self.root = HTML(head, BODY(div))
|
self.root = HTML(head, BODY(div))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user