From 3492c68d239854c0404fe77a00460eeedd41f5cc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 Apr 2023 15:55:00 +0300 Subject: Update content for html --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 3d576043..86eb4048 100644 --- a/style.css +++ b/style.css @@ -47,16 +47,16 @@ a.textlink:before { padding-left: 11px; } -span.quote { +p.quote { font-style: italic; } -span.quote:before { +p.quote:before { content: "« "; padding-left: 2px; } -span.quote:after { +p.quote:after { content: " »"; padding-right: 2px; } -- cgit v1.2.3