diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-06 21:10:31 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-06 21:10:31 +0000 |
commit | 390903639a9ead1a07e3f5ccee3a456031ac78d7 (patch) | |
tree | 80817df37a08faef7209bca42b0cf706aaf55750 /mdocml.css | |
parent | ba3705541383817037755d7981deb54f3cb5ac43 (diff) | |
download | mandoc-390903639a9ead1a07e3f5ccee3a456031ac78d7.tar.gz |
.St macros in place.
Diffstat (limited to 'mdocml.css')
-rw-r--r-- | mdocml.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,11 +27,15 @@ span.body-Fo:after { content: ')'; } span.body-Oo:before { content: '['; } span.body-Oo:after { content: ']'; } + span.inline-Va { text-decoration: underline; } + span.inline-Vt { text-decoration: underline; } span.inline-Em { font-style: italic; } span.inline-Op:before { content: '['; } span.inline-Op:after { content: ']'; } span.inline-Qq:before { content: '\"'; } span.inline-Qq:after { content: '\"'; } + span.inline-Aq:before { content: '\3c'; } + span.inline-Aq:after { content: '\3e'; } span.inline-Bq:before { content: '['; } span.inline-Bq:after { content: ']'; } span.inline-Dq:before { content: '\201c'; } |