X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/d1a6d405c4b90823231d2d12365cc133fc0edfa8..3cc59299c6e8586e997b2da71a23661d00825223:/librarian/epub/toc.html

diff --git a/librarian/epub/toc.html b/librarian/epub/toc.html
index 69d8724..3ff7556 100755
--- a/librarian/epub/toc.html
+++ b/librarian/epub/toc.html
@@ -3,9 +3,12 @@
     <head>
         <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
         <title>WolneLektury.pl</title>
+        <link rel="stylesheet" href="style.css" type="text/css" />
     </head>
     <body>
-        <h1>Spis treści</h1>
-        %s
+        <div id="book-text">
+            <h1>Spis treści</h1>
+            %s
+        </div>
     </body>
 </html>