=================================================================== RCS file: /cvs/mandoc/Attic/mdocml.css,v retrieving revision 1.5 retrieving revision 1.9 diff -u -p -r1.5 -r1.9 --- mandoc/Attic/mdocml.css 2008/12/06 21:10:31 1.5 +++ mandoc/Attic/mdocml.css 2008/12/12 10:11:10 1.9 @@ -1,19 +1,25 @@ body { margin: 10px; font-family: Tahoma, sans-serif; font-size: small; } + h1 { font-size: small; } + 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; } div.body-Sh { margin-left: 20px; margin-top: 10px; text-align: justify; } + table.header-table { margin-bottom: 10px; } + td.header-section { text-transform: uppercase; } 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; @@ -21,7 +27,8 @@ div.inline-Pp { margin-bottom: 10px; } span.inline-Sy { font-weight: bolder; } span.inline-Tn { font-variant: small-caps; } - span.inline-D1 { margin-left: 20px; } + div.inline-D1 { margin-left: 20px; } + div.inline-Dl { margin-left: 20px; } span.head-Fo { font-weight: bolder; } span.body-Fo:before { content: '('; } span.body-Fo:after { content: ')'; } @@ -30,6 +37,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: '\"'; }