summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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 b3d60525..76399166 100644
--- a/style.css
+++ b/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;
}