=================================================================== RCS file: /cvs/mandoc/Attic/style.css,v retrieving revision 1.11 retrieving revision 1.13 diff -u -p -r1.11 -r1.13 --- mandoc/Attic/style.css 2009/09/25 14:13:16 1.11 +++ mandoc/Attic/style.css 2009/11/04 08:07:31 1.13 @@ -4,14 +4,13 @@ div.body { color: #333333; font-size: smaller; font-family: Verdana, Tahoma, Arial, sans-serif; } -span.sec-head { font-weight: bold; color: blue; } /* Sections (Sh). */ -div.sec-head { } +div.sec-head { font-weight: bold; color: blue; } /* Sections (Sh). */ div.sec-body { } div.sec-block { } -span.ssec-head { font-weight: bold; color: blue; } /* Sub-sections (Ss). */ -div.ssec-head { } +div.ssec-head { font-weight: bold; color: blue; } /* Sub-sections (Ss). */ div.ssec-body { } div.ssec-block { } + span.addr { } /* Address (Ad). */ span.arg { font-style: italic; } /* Command argument (Ar). */ span.author { } /* Author name (An). */ @@ -55,12 +54,13 @@ span.utility { font-weight: bold; } /* Name of utility span.var { font-weight: bold; } /* Variables (Rv). */ a.link-ext { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* Off-site link (Lk). */ +a.link-includes { } /* Include-file link (In). */ a.link-mail { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* Mailto links (Mt). */ 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. */