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; + }