source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: kristaps@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: mdocml: Tweak default styles.
Date: Fri, 17 Dec 2010 08:03:32 -0500 (EST)	[thread overview]
Message-ID: <201012171303.oBHD3Wij030403@krisdoz.my.domain> (raw)

Log Message:
-----------
Tweak default styles.

Modified Files:
--------------
    mdocml:
        example.style.css
        style.css

Revision Data
-------------
Index: style.css
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/style.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -Lstyle.css -Lstyle.css -u -p -r1.15 -r1.16
--- style.css
+++ style.css
@@ -10,7 +10,7 @@ body		{ font-family: monospace; 
 
 table.foot	{ width: 100%; 
 		  font-size: 0.8em;
-		  border-bottom: 1px dotted #dddddd; 
+		  border-top: 1px dotted #dddddd; 
 		  color: #999999; } /* Document footer. */
 td.foot-date	{ width: 50%; } /* Document footer: date. */
 td.foot-os	{ width: 50%; text-align: right; } /* Document footer: OS/source. */
@@ -24,9 +24,9 @@ td.head-rtitle	{ width: 10%; text-align:
 
 /* Sections. */
 
-h1		{ color: #000000; font-size: 0.93em; margin-left: -4ex; } /* Section header (Sh, SH). */
-h2		{ color: #000000; font-size: 0.93em; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
-div.section	{ margin-bottom: 3ex; margin-left: 4ex; } /* Sections (Sh, SH). */
+h1		{ margin-bottom: 0px; color: #000000; font-size: 0.93em; margin-left: -4ex; } /* Section header (Sh, SH). */
+h2		{ margin-bottom: 0px; color: #000000; font-size: 0.93em; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
+div.section	{ margin-bottom: 2ex; margin-left: 4ex; } /* Sections (Sh, SH). */
 div.subsection	{ } /* Sub-sections (Ss, SS). */
 table.synopsis	{ } /* SYNOPSIS section table. */
 table.synopsis td { vertical-align: top; } /* SYNOPSIS section table. */
Index: example.style.css
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/example.style.css,v
retrieving revision 1.33
retrieving revision 1.34
diff -Lexample.style.css -Lexample.style.css -u -p -r1.33 -r1.34
--- example.style.css
+++ example.style.css
@@ -15,9 +15,9 @@ td.head-rtitle	{ width: 10%; text-align:
 
 /* Sections. */
 
-h1		{ font-size: medium; margin-left: -4ex; } /* Section header (Sh, SH). */
-h2		{ font-size: medium; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
-div.section	{ margin-bottom: 3ex; margin-left: 4ex; } /* Sections (Sh, SH). */
+h1		{ margin-bottom: 0px; font-size: medium; margin-left: -4ex; } /* Section header (Sh, SH). */
+h2		{ margin-bottom: 0px; font-size: medium; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
+div.section	{ margin-bottom: 2ex; margin-left: 4ex; } /* Sections (Sh, SH). */
 div.subsection	{ } /* Sub-sections (Ss, SS). */
 table.synopsis	{ } /* SYNOPSIS section table. */
 table.synopsis td { vertical-align: top; } /* SYNOPSIS section table. */
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2010-12-17 13:03 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=201012171303.oBHD3Wij030403@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).