X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Foutput%2Fhtml.style.css;h=6b6d0d20226c932d7f621ed8324d6f07884c45a9;hp=fd7cdec65e1448c26086410530f7a4e6eeb641a4;hb=f977d05b0516f4dcc1978d113ee8e945ab3fb2f9;hpb=333f0e7b5e333e8f6222881ce35398f403fc4121 diff --git a/src/be/nikiroo/fanfix/output/html.style.css b/src/be/nikiroo/fanfix/output/html.style.css index fd7cdec..6b6d0d2 100644 --- a/src/be/nikiroo/fanfix/output/html.style.css +++ b/src/be/nikiroo/fanfix/output/html.style.css @@ -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 +}