Versione completa

This commit is contained in:
ulaulaman 2021-09-17 22:06:25 +02:00
parent 6a0008bc08
commit 4f35035a43
1 changed files with 28 additions and 0 deletions

View File

@ -37,4 +37,32 @@ uscita::before {
content: " - ";
}
formato {
display: block;
}
pag {
font-weight: normal;
}
pag::after {
content: " pagine, "
}
euro, dollaro {
font-weight: lighter;
}
euro::before {
content: " - €";
}
dollaro::before {
content: " - $";
}
isbn {
display: block;
font-weight: lighter;
}
/* <formato></formato><euro></euro><isbn></isbn> */