mirror of https://github.com/ulaulaman/dropsea.git
Aggiunta la lira
This commit is contained in:
parent
44d8f72045
commit
c436ec4d3e
|
@ -50,7 +50,7 @@ pag::after {
|
|||
content: " pagine, "
|
||||
}
|
||||
|
||||
euro, dollaro {
|
||||
euro, dollaro, lira {
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
|
@ -61,9 +61,12 @@ euro::before {
|
|||
dollaro::before {
|
||||
content: " - $ ";
|
||||
}
|
||||
|
||||
lira::before {
|
||||
content: " - £ ";
|
||||
}
|
||||
|
||||
isbn {
|
||||
display: block;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
/* <formato></formato><euro></euro><isbn></isbn> */
|
||||
}
|
Loading…
Reference in New Issue