=================================================================== RCS file: /cvs/mandoc/Attic/mdocml.css,v retrieving revision 1.4 retrieving revision 1.7 diff -u -p -r1.4 -r1.7 --- mandoc/Attic/mdocml.css 2008/12/06 19:41:41 1.4 +++ mandoc/Attic/mdocml.css 2008/12/07 21:30:49 1.7 @@ -1,9 +1,10 @@ body { margin: 10px; font-family: Tahoma, sans-serif; font-size: small; } + h1 { font-size: medium; } + h2 { font-size: small; } div.mdoc { width: 600px; } div.block-Sh { margin-bottom: 20px; } - div.head-Sh { font-weight: bold; } div.head-Ss { font-weight: bold; margin-top: 10px; text-align: justify; } @@ -13,7 +14,10 @@ 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-An { text-decoration: underline; } span.inline-Ar { text-decoration: underline; } span.inline-Pa { text-decoration: underline; } div.block-Bl { margin-top: 10px; @@ -27,11 +31,18 @@ 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-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: '\"'; } 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'; }