From 280268e8c9a14c36b38fa1a30cc36b9d88ffd454 Mon Sep 17 00:00:00 2001 From: Gianluigi Filippelli <34242086+ulaulaman@users.noreply.github.com> Date: Tue, 29 Dec 2020 16:11:18 +0100 Subject: [PATCH] Prova di aggiornamento css --- css/table.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/table.css b/css/table.css index faa6ac6..e809fe3 100644 --- a/css/table.css +++ b/css/table.css @@ -70,3 +70,12 @@ div.blueTable { .divTableHeading { display: table-header-group;} .divTableFoot { display: table-footer-group;} .divTableBody { display: table-row-group;} + +/* citazioni */ + +#cit::before { content: open-quote; } + #cit::after { content: close-quote; } + #cit { + quotes: "«" "»" "‘" "’"; + font-style: italic; + }