Fix breaks (<hr>) CSS style, GUI update bug fixed
[fanfix.git] / src / be / nikiroo / fanfix / output / html.style.css
index fd7cdec65e1448c26086410530f7a4e6eeb641a4..6b6d0d20226c932d7f621ed8324d6f07884c45a9 100644 (file)
@@ -42,7 +42,7 @@ h1 {
 }
 
 .book, .chapter_content {
-       text-indent: 40px;
+       NO_text-indent: 40px;
        padding-top: 40px;
        padding-left: 5%;
        padding-right: 5%;
@@ -85,21 +85,28 @@ h2 .chaptitle {
 }
 
 .normals {
-       /* padding-bottom: 20px; */
-       
 }
 
 .normal {
-       /* padding-bottom: 20px; */
-       
+       /* Can be removed if you want a more "compact" view */
+       display: block;
+}
+
+.blank {
+       /* Can be removed if you want a more "compact" view */
+       height: 24px;
+       width: 100%;
+}
+
+hr.break {
+       /* Can be removed if you want a more "compact" view */
+       margin-top: 48px;
+       margin-bottom: 48px;
 }
 
 .dialogues {
-       /* padding-top: 10px;
-       padding-bottom: 10px; */
-       
 }
 
 .dialogue {
        font-style: italic;
-}
\ No newline at end of file
+}