diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-07 21:30:49 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-07 21:30:49 +0000 |
commit | cbf4b23303e5c63578526fbe6fa0a5d8eb493fba (patch) | |
tree | 90b5d66bb889bc989e5ae7d725256fefe9316fd5 /mdocml.css | |
parent | 8fd8d3e8c36a0ca787a81071a2847668e8e91619 (diff) | |
download | mandoc-cbf4b23303e5c63578526fbe6fa0a5d8eb493fba.tar.gz |
*** empty log message ***
Diffstat (limited to 'mdocml.css')
-rw-r--r-- | mdocml.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; } @@ -16,6 +17,7 @@ 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; |