diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-05 22:34:30 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-05 22:34:30 +0000 |
commit | d6d6f5e42f2444e9f1979336cacb89b0a8d585b5 (patch) | |
tree | c6a9727e3c0649b790a55a6723a5ba63b10be2cd /mdocml.css | |
parent | a615ddd77b9fc44ac7ffab361ab156b46fd896c6 (diff) | |
download | mandoc-d6d6f5e42f2444e9f1979336cacb89b0a8d585b5.tar.gz |
Nm works properly, many other changes, etc.
Diffstat (limited to 'mdocml.css')
-rw-r--r-- | mdocml.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ span.inline-Nd:before { content: ' \2014 '; } span.inline-Fl:before { content: '-'; } span.inline-Fl { font-weight: bolder; } + span.inline-Nm { font-weight: bolder; } span.inline-Ar { text-decoration: underline; } span.inline-Pa { text-decoration: underline; } span.inline-Op:before { content: '['; } |