diff --git a/template/styles.css b/template/styles.css index d0a9cb9..98d63b8 100644 --- a/template/styles.css +++ b/template/styles.css @@ -35,7 +35,6 @@ body { background: var(--a-lec_white); font-family: sans-serif; font-size: 100%; - text-align: justify; text-justify: auto; background: var(--a-lec_white); } @@ -48,7 +47,6 @@ main { background-color: var(--a-lec_white); } - /* ---------------------------------------------------------------------------- * Article contents styles */ @@ -73,15 +71,14 @@ h1#article_title { } a#article_title_link {} div#article_refs { - display: block; - background-color: var(--a-lec_yellow); - position: relative; - text-align: left; - float: right; - top: -10px; - padding: 5px; - font-size: 82%; + background-color: var(--a-lec_yellow); + float: right; + padding: 5px; + font-size: 82%; + margin-bottom: 10px; + margin-top: -3em; } + a#post_code {} /* ! TOC */ @@ -132,8 +129,9 @@ h6.tyto { */ p.tyto { display: block; - margin-top: 10px; + margin-top: 20px; margin-bottom: 10px; + text-align: justify; } ul.tyto { line-height: 24px;