summaryrefslogtreecommitdiffstats
path: root/mdocml.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 12:05:33 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-10 12:05:33 +0000
commit349718f4b8e31663549686fa17aa489c79d94cf3 (patch)
tree27b9c9e5c7230f3492d187b433417c556b48b115 /mdocml.css
parentf78e525bbf6c4d6f545d78949778d95f5dfaa55f (diff)
downloadmandoc-349718f4b8e31663549686fa17aa489c79d94cf3.tar.gz
Versioning up.
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 f9a1df3c..50acf27a 100644
--- a/mdocml.css
+++ b/mdocml.css
@@ -1,7 +1,7 @@
body { margin: 10px;
font-family: Tahoma, sans-serif;
font-size: small; }
- h1 { font-size: medium; }
+ h1 { font-size: small; }
h2 { font-size: small; }
div.mdoc { width: 600px; }
div.block-Sh { margin-bottom: 20px; }
@@ -11,6 +11,8 @@
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; }