From cca259cdb780316a2d636039709a90a44590156d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 31 Mar 2023 01:00:53 +0300 Subject: use of brs --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 86eb4048..3d576043 100644 --- a/style.css +++ b/style.css @@ -47,16 +47,16 @@ a.textlink:before { padding-left: 11px; } -p.quote { +span.quote { font-style: italic; } -p.quote:before { +span.quote:before { content: "« "; padding-left: 2px; } -p.quote:after { +span.quote:after { content: " »"; padding-right: 2px; } -- cgit v1.2.3