diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; } |
