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);
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;