aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.css
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-01-19 15:48:39 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-01-19 15:48:39 +0000
commit7497d172e9388ae343a013457bf16bff6b39b3e1 (patch)
treef4e02808c926b99cc0f691916efd8804ef242578 /mandoc.css
parentb7bb50b52763fb6212e5896c4f48f67e7e24944a (diff)
downloadmandoc-7497d172e9388ae343a013457bf16bff6b39b3e1.tar.gz
mandoc-7497d172e9388ae343a013457bf16bff6b39b3e1.tar.zst
mandoc-7497d172e9388ae343a013457bf16bff6b39b3e1.zip
clean up .Sx and .Xr HTML markup
Diffstat (limited to 'mandoc.css')
-rw-r--r--mandoc.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/mandoc.css b/mandoc.css
index 20348694..6990db73 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -1,4 +1,4 @@
-/* $Id: mandoc.css,v 1.5 2017/01/19 15:27:34 schwarze Exp $ */
+/* $Id: mandoc.css,v 1.6 2017/01/19 15:48:39 schwarze Exp $ */
/*
* Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
*/
@@ -53,6 +53,8 @@ h2.Ss { margin-top: 2ex;
margin-left: -2ex;
font-size: 105%; }
div.Pp { margin: 1ex 0ex; }
+a.Sx { }
+a.Xr { }
blockquote { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1. */
@@ -91,7 +93,6 @@ b.fname { font-style: normal; } /* Function name (Fa, Fn, Rv). */
i.ftype { font-weight: normal; } /* Function types (Ft, Fn). */
b.includes { font-style: normal; } /* Header includes (In). */
span.lib { } /* Library (Lb). */
-i.link-sec { font-weight: normal; } /* Section links (Sx). */
b.macro { font-style: normal; } /* Macro-ish thing (Fd). */
b.name { font-style: normal; } /* Name of utility (Nm). */
span.opt { } /* Options (Op, Oo/Oc). */
@@ -117,9 +118,7 @@ b.var { font-style: normal; } /* Variables (Rv). */
a.link-ext { } /* Off-site link (Lk). */
a.link-includes { } /* Include-file link (In). */
a.link-mail { } /* Mailto links (Mt). */
-a.link-man { } /* Manual links (Xr). */
a.link-ref { } /* Reference section links (%Q). */
-a.link-sec { } /* Section links (Sx). */
/* Formatting for lists. See mdoc(7). */