aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-11-04 08:07:31 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-11-04 08:07:31 +0000
commit11b9c841c31322d75084a05c218528c38390bd97 (patch)
tree8a555be9e7f932cdc3e56c1875582f4820f3c06a /style.css
parent054880f93681c329d9eaeae53434198a12d7e7f6 (diff)
downloadmandoc-11b9c841c31322d75084a05c218528c38390bd97.tar.gz
mandoc-11b9c841c31322d75084a05c218528c38390bd97.tar.zst
mandoc-11b9c841c31322d75084a05c218528c38390bd97.zip
Fixed `Bf Li' default style (monospace).
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index b77bedb1..0b84e047 100644
--- a/style.css
+++ b/style.css
@@ -60,7 +60,7 @@ a.link-man { } /* Manual links (Xr). */
a.link-sec { } /* Section links (Sx). */
div.emph { font-style: italic; } /* Emphasis (Bl -emphasis). */
-div.lit { } /* Literal (D1, Bd -literal, Dl, Bd -literal). */
+div.lit { font-family: monospace; } /* Literal (D1, Bd -literal, Dl, Bd -literal). */
div.symb { font-weight: bold; } /* Symbols (Bl -symbolic). */
table.header { border-bottom: 1px dotted #cccccc; }/* Document footer. */