aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 09:20:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 09:20:02 +0000
commit3ed66df36c17c0acbbe4b0abf4000069483787ce (patch)
treecb0789e220e14999195bd901cf19c1a3f61b2670 /style.css
parenta0b543e065a74a37ce868260377d972dde36cf89 (diff)
downloadmandoc-3ed66df36c17c0acbbe4b0abf4000069483787ce.tar.gz
mandoc-3ed66df36c17c0acbbe4b0abf4000069483787ce.tar.zst
mandoc-3ed66df36c17c0acbbe4b0abf4000069483787ce.zip
Many more macros added to -Thtml.
Minor space issues fixed in -Tascii.
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index ee7de835..a27f6efd 100644
--- a/style.css
+++ b/style.css
@@ -7,15 +7,20 @@ span.sec-head { font-weight: bold; color: blue; }
span.ssec-head { font-weight: bold; color: blue; }
span.addr { text-decoration: underline; }
span.arg { font-style: italic; }
+span.cmd { font-weight: bold; }
span.config { font-weight: bold; }
span.diag { font-weight: bold; }
span.emph { font-style: italic; }
span.farg { text-decoration: underline; }
+span.fname { font-style: italic; }
span.file { font-style: italic; }
span.flag { font-weight: bold; }
+span.includes { font-weight: bold; }
span.name { font-weight: bold; }
span.type { font-style: italic; }
span.utility { font-weight: bold; }
+span.var { font-weight: bold; }
+
table.header { border-bottom: 1px dotted #cccccc; }
table.footer { border-top: 1px dotted #cccccc; }