diff --git a/css/libro.css b/css/libro.css index e5173ed..6e26d3b 100644 --- a/css/libro.css +++ b/css/libro.css @@ -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; -} - -/* */ \ No newline at end of file +} \ No newline at end of file