aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdocml.css
diff options
context:
space:
mode:
Diffstat (limited to 'mdocml.css')
-rw-r--r--mdocml.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/mdocml.css b/mdocml.css
index 8211141a..61e0bf7a 100644
--- a/mdocml.css
+++ b/mdocml.css
@@ -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'; }