summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-03-31 01:00:53 +0300
committerPaul Buetow <paul@buetow.org>2023-03-31 01:00:53 +0300
commitcca259cdb780316a2d636039709a90a44590156d (patch)
treed48676b261a27387bf76e67eda478a8f367f3315 /style.css
parentb1eb5dbb9b771af50e5e1992c101104936df8b0f (diff)
use of brs
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
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;
}