]> git.parisson.com Git - telemeta.git/commitdiff
fix fonts and page break
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 27 May 2015 15:15:52 +0000 (17:15 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 27 May 2015 15:15:52 +0000 (17:15 +0200)
telemeta/static/telemeta/css/telemeta_epub.css

index 80304b4dbe684ca36a42723135ed5a0ef662a876..8c7886564108a75f52a9bef62a0c6efce29c8cf1 100644 (file)
@@ -20,7 +20,7 @@ h3 {
 
 p {
     text-align: left;
-    font-size: 0.9em;
+    font-size: 0.8em;
     margin-top: 0px;
     font-weight: normal;
 }
@@ -42,7 +42,7 @@ nav[epub|type~='toc'] > ol > li > ol > li {
 }
 
 .item {
-    page-break-after: always;
+    page-break-before: always;
 }
 
 .item-image {
@@ -51,6 +51,7 @@ nav[epub|type~='toc'] > ol > li > ol > li {
 
 .item-player {
     width: 100%;
+    page-break-after: avoid;
 }
 
 img {