=================================================================== RCS file: /cvs/mandoc/Attic/style.css,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- mandoc/Attic/style.css 2009/09/25 14:13:16 1.11 +++ mandoc/Attic/style.css 2009/10/07 14:39:00 1.12 @@ -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,6 +54,7 @@ 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). */