From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id p7I92vGR006916 for ; Thu, 18 Aug 2011 05:02:57 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id p7I92vR2024322; Thu, 18 Aug 2011 05:02:57 -0400 (EDT) Date: Thu, 18 Aug 2011 05:02:57 -0400 (EDT) Message-Id: <201108180902.p7I92vR2024322@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Slightly tweak www section/subsections. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Slightly tweak www section/subsections. Modified Files: -------------- mdocml: index.css index.sgml Revision Data ------------- Index: index.sgml =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/index.sgml,v retrieving revision 1.136 retrieving revision 1.137 diff -Lindex.sgml -Lindex.sgml -u -p -r1.136 -r1.137 --- index.sgml +++ index.sgml @@ -46,9 +46,9 @@

Disambiguation: mdocml is often referred to by its installed binary, mandoc.

-

+

Sources -

+

mdocml is in plain-old ANSI C and should build and run on any modern system. To build and install into /usr/local/, just run make install. @@ -56,18 +56,18 @@ The mandocdb utility is not yet linked to the build; please contact us if you plan to use it.

-

+

Binaries -

+

Binary archives consist of pre-compiled binaries, manuals, and other necessary files. Universal (Mac OS X) binaries are compiled for the PCC, i386, and x86_64 architectures. Windows binaries are compiled with MingW for the 32-bit (i686) and 64-bit (x86_64) architectures.

-

+

Downstream -

+

Several systems come bundled with mdocml utilities. If your system does not appear below, the maintainers have not contacted me and it should not be considered Index: index.css =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/index.css,v retrieving revision 1.10 retrieving revision 1.11 diff -Lindex.css -Lindex.css -u -p -r1.10 -r1.11 --- index.css +++ index.css @@ -11,7 +11,9 @@ body { text-align: justify; p,ul,table { margin-left: 3em; } -p.head, p.foot { margin-left: 0.0em; margin-right: 0.0em; } +p.head, +p.subhead, +p.foot { margin-left: 0.0em; margin-right: 0.0em; } p.news { margin-left: 2.0em; } @@ -20,9 +22,12 @@ li { margin: 0.25em; } h1 { font-size: 110%; } h2 { font-size: 105%; margin-left: 1.5em } -p.head { margin-bottom: 1.75em; +p.head { margin-bottom: 0.5em; border-bottom: 1px solid #dddddd; padding-bottom: 0.2em; } + +p.subhead { margin-top: 0em; + margin-bottom: 1.75em; } p.foot { border-top: 1px solid #dddddd; color: #666666; -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv