source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Slightly tweak www section/subsections.
@ 2011-08-18  9:02 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-08-18  9:02 UTC (permalink / raw)
  To: source

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-18  9:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-18  9:02 mdocml: Slightly tweak www section/subsections kristaps

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).