diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-20 13:39:24 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-20 13:39:24 +0000 |
commit | 1d20bdcb6e7b96af2ef002ef093c35d4e483fee1 (patch) | |
tree | 48cc4e0623b31f709b26439795b3c3c3106db104 /example.style.css | |
parent | 0ea097c0d8b188de2567ac57aadf0367b0862a73 (diff) | |
download | mandoc-1d20bdcb6e7b96af2ef002ef093c35d4e483fee1.tar.gz |
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.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/example.style.css b/example.style.css index a9bfb7f1..ddcd21c1 100644 --- a/example.style.css +++ b/example.style.css @@ -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. */ |