aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdocml.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-07 21:30:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-07 21:30:49 +0000
commitff990a7507fa64271846971250247ca30bd62dc5 (patch)
tree739bfe0cbc5356c9263815e5cdb89830f7522854 /mdocml.css
parentd6db890aaed1f31787d501e6a425098d9054943b (diff)
downloadmandoc-ff990a7507fa64271846971250247ca30bd62dc5.tar.gz
mandoc-ff990a7507fa64271846971250247ca30bd62dc5.tar.zst
mandoc-ff990a7507fa64271846971250247ca30bd62dc5.zip
*** empty log message ***
Diffstat (limited to 'mdocml.css')
-rw-r--r--mdocml.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/mdocml.css b/mdocml.css
index fb5e79e6..f9a1df3c 100644
--- a/mdocml.css
+++ b/mdocml.css
@@ -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;