source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: kristaps@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: mdocml: Slightly tweak www section/subsections.
Date: Thu, 18 Aug 2011 05:02:57 -0400 (EDT)	[thread overview]
Message-ID: <201108180902.p7I92vR2024322@krisdoz.my.domain> (raw)

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 @@
 		<P>
 			<I>Disambiguation</I>: <SPAN CLASS="nm">mdocml</SPAN> is often referred to by its installed binary, <Q>mandoc</Q>.
 		</P>
-		<H1>
+		<H2>
 			<A NAME="sources">Sources</A>
-		</H1>
+		</H2>
 		<P>
 			<SPAN CLASS="nm">mdocml</SPAN> is in plain-old ANSI C and should build and run on any modern system.
 			To build and install into <I>/usr/local/</I>, just run <CODE>make install</CODE>.
@@ -56,18 +56,18 @@
 			The <A HREF="mandocdb.8.html">mandocdb</A> utility is not yet linked to the build; please <A HREF="#contact">contact
 			us</A> if you plan to use it.
 		</P>
-		<H1>
+		<H2>
 			<A NAME="binaries">Binaries</A>
-		</H1>
+		</H2>
 		<P>
 			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 <A CLASS="external" HREF="http://www.mingw.org">MingW</A> for the 32-bit (i686) and
 			64-bit (x86_64) architectures.
 		</P>
-		<H1>
+		<H2>
 			Downstream
-		</H1>
+		</H2>
 		<P>
 			Several systems come bundled with <SPAN CLASS="nm">mdocml</SPAN> 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

                 reply	other threads:[~2011-08-18  9:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201108180902.p7I92vR2024322@krisdoz.my.domain \
    --to=kristaps@mdocml.bsd.lv \
    --cc=source@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).