Fix breaks (<hr>) CSS style, GUI update bug fixed
[fanfix.git] / src / be / nikiroo / fanfix / output / html.style.css
index 2f88f0c5a938e398dd29ec60de5ae2d5c0d7b4c5..6b6d0d20226c932d7f621ed8324d6f07884c45a9 100644 (file)
@@ -98,9 +98,15 @@ h2 .chaptitle {
        width: 100%;
 }
 
+hr.break {
+       /* Can be removed if you want a more "compact" view */
+       margin-top: 48px;
+       margin-bottom: 48px;
+}
+
 .dialogues {
 }
 
 .dialogue {
        font-style: italic;
-}
\ No newline at end of file
+}