From 413c1bdf1af371c4a4703381a78f68045d85b2fe Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 6 Dec 2008 21:10:31 +0000 Subject: .St macros in place. --- mdocml.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mdocml.css') 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'; } -- cgit v1.2.3-56-ge451