Fix breaks (<hr>) CSS style, GUI update bug fixed
[fanfix.git] / src / be / nikiroo / fanfix / output / epub.style.css
index 4bdab3928a69f89898996cb401d2247badc4cf0b..2c4a961b5052d4a79aea66a6950cbfbc318730fa 100644 (file)
@@ -96,6 +96,12 @@ h2 .chaptitle {
        width: 100%;
 }
 
+hr.break {
+       /* Can be removed if you want a more "compact" view */
+       margin-top: 48px;
+       margin-bottom: 48px;
+}
+
 .dialogues {
 }