articles/index.tyto: titre et métas

This commit is contained in:
Adrien Bourmault 2024-02-29 10:20:23 +01:00
parent b2f1b2967c
commit d9dc56465b
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 9 additions and 11 deletions

View File

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