summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-06 23:19:54 +0300
committerPaul Buetow <paul@buetow.org>2023-04-07 01:10:34 +0300
commit88be39ae445cf41adb1c0c79876be808afb20d6d (patch)
tree665b652797373f8e0b74b95c09816b4a4b77192d /extras
parent71be2b24ea0b5a061044b7c2bd03e8f690b9d289 (diff)
add HTML exact variant
Diffstat (limited to 'extras')
-rw-r--r--extras/html/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/html/style.css b/extras/html/style.css
index b3d6052..7639916 100644
--- a/extras/html/style.css
+++ b/extras/html/style.css
@@ -46,16 +46,16 @@ a.textlink:before {
padding-left: 11px;
}
-p.quote {
+.quote {
font-style: italic;
}
-p.quote:before {
+.quote:before {
content: "« ";
padding-left: 2px;
}
-p.quote:after {
+.quote:after {
content: " »";
padding-right: 2px;
}