aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 23:12:08 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 23:12:08 +0000
commitdb1cc603d2086d77273cf9470a5d8446ddd92076 (patch)
tree4a2edb9e25b6fcaf333f5917328042fda7f93a69 /style.css
parent9f777ad6602d39fedc5834eeec65aa76edeae9ca (diff)
downloadmandoc-db1cc603d2086d77273cf9470a5d8446ddd92076.tar.gz
mandoc-db1cc603d2086d77273cf9470a5d8446ddd92076.tar.zst
mandoc-db1cc603d2086d77273cf9470a5d8446ddd92076.zip
A few more macros in -Thtml.
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 40c71590..ee7de835 100644
--- a/style.css
+++ b/style.css
@@ -10,11 +10,11 @@ span.arg { font-style: italic; }
span.config { font-weight: bold; }
span.diag { font-weight: bold; }
span.emph { font-style: italic; }
-span.farg { font-style: underline; }
+span.farg { text-decoration: underline; }
span.file { font-style: italic; }
span.flag { font-weight: bold; }
span.name { font-weight: bold; }
-span.type { font-weight: italic; }
+span.type { font-style: italic; }
span.utility { font-weight: bold; }
table.header { border-bottom: 1px dotted #cccccc; }
table.footer { border-top: 1px dotted #cccccc; }