diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-31 01:00:53 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-31 01:00:53 +0300 |
| commit | cca259cdb780316a2d636039709a90a44590156d (patch) | |
| tree | d48676b261a27387bf76e67eda478a8f367f3315 /style.css | |
| parent | b1eb5dbb9b771af50e5e1992c101104936df8b0f (diff) | |
use of brs
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; } |
