aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-20 13:39:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-20 13:39:24 +0000
commitdc8603a3a0dd3d82ecada56f5bb9421e9f093d40 (patch)
treeb0f17929e1f0f0744dbb584a2eb9412a34d0d8f4 /example.style.css
parentd3f002ad84f44a7717764962a751ed671da56950 (diff)
downloadmandoc-dc8603a3a0dd3d82ecada56f5bb9421e9f093d40.tar.gz
mandoc-dc8603a3a0dd3d82ecada56f5bb9421e9f093d40.tar.zst
mandoc-dc8603a3a0dd3d82ecada56f5bb9421e9f093d40.zip
Fix list-type being clobbered by margins. Last default styles in place.
Added `Sx' to be default-italic (as in OpenBSD's cvsweb). Added `diag' formatting, which had been lost.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/example.style.css b/example.style.css
index 10212055..868b59eb 100644
--- a/example.style.css
+++ b/example.style.css
@@ -1,4 +1,4 @@
-/* $Id: example.style.css,v 1.36 2010/12/20 13:07:55 kristaps Exp $ */
+/* $Id: example.style.css,v 1.37 2010/12/20 13:39:24 kristaps Exp $ */
/*
* This default style-sheet mimics the appearance of the traditional
@@ -57,7 +57,7 @@ b.cmd { font-style: normal; } /* Command (Cm). */
b.config { font-style: normal; } /* Config statement (Cd). */
span.define { } /* Defines (Dv). */
span.desc { } /* Nd. After em-dash. */
-span.diag { font-style: normal; font-weight: bold; } /* Diagnostic (Bl -diag). */
+b.diag { font-style: normal; } /* Diagnostic (Bl -diag). */
span.env { } /* Environment variables (Ev). */
span.errno { } /* Error string (Er). */
i.farg { font-weight: normal; } /* Function argument (Fa, Fn). */
@@ -67,6 +67,7 @@ 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). */
@@ -94,7 +95,7 @@ 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 { font-style: italic; font-weight: normal; } /* Section links (Sx). */
+a.link-sec { } /* Section links (Sx). */
/* Formatting for lists. */