diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-07 16:41:04 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-07 16:41:04 +0000 |
commit | 8fd8d3e8c36a0ca787a81071a2847668e8e91619 (patch) | |
tree | 2f42ddfeedf477ff6a19d6d826a49b71763001f3 /mdocml.css | |
parent | d36e26f3c71aeedde9cd92250bb5d09348e58fe5 (diff) | |
download | mandoc-8fd8d3e8c36a0ca787a81071a2847668e8e91619.tar.gz |
*** empty log message ***
Diffstat (limited to 'mdocml.css')
-rw-r--r-- | mdocml.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,6 +13,8 @@ span.inline-Nd:before { content: ' \2014 '; } span.inline-Fl:before { content: '-'; } span.inline-Fl { font-weight: bolder; } + span.inline-Cm { font-weight: bolder; } + span.inline-Cd { font-weight: bolder; } span.inline-Nm { font-weight: bolder; } span.inline-Ar { text-decoration: underline; } span.inline-Pa { text-decoration: underline; } @@ -30,6 +32,9 @@ span.inline-Va { text-decoration: underline; } span.inline-Vt { text-decoration: underline; } span.inline-Em { font-style: italic; } + span.inline-Ft { text-decoration: underline; } + span.inline-Fd { font-weight: bolder; } + span.inline-Ic { font-weight: bolder; } span.inline-Op:before { content: '['; } span.inline-Op:after { content: ']'; } span.inline-Qq:before { content: '\"'; } |