diff options
Diffstat (limited to 'extras/html')
| -rw-r--r-- | extras/html/style.css | 6 |
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; } |
