source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: kristaps@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: mdocml: Continuing last commit with the style-sheet change.
Date: Sat, 14 May 2011 19:44:01 -0400 (EDT)	[thread overview]
Message-ID: <201105142344.p4ENi1se031515@krisdoz.my.domain> (raw)

Log Message:
-----------
Continuing last commit with the style-sheet change.

Modified Files:
--------------
    mdocml:
        index.css

Revision Data
-------------
Index: index.css
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/index.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -Lindex.css -Lindex.css -u -p -r1.9 -r1.10
--- index.css
+++ index.css
@@ -1,37 +1,39 @@
 html		{ min-width: 40em;
-		  max-width: 60em;
-		  width: 60%;
-		  margin-left: 4em; }
+		  margin-top: 2em;
+		  margin-left: auto;
+		  margin-right: auto;
+		  width: 80%; }
 
-body		{ color: #333333;
-		  text-align: justify;
-		  font-size: 0.93em;
-		  font-family: Times, serif; }
+body		{ text-align: justify; 
+		  font-family: Helvetica,Arial,sans-serif;
+		  line-height: 120%;
+		  font-size: small; }
 
-h1, h2		{ font-size: inherit; }
+p,ul,table	{ margin-left: 3em; }
 
-h1		{ margin-left: -3.0em; }
+p.head, p.foot	{ margin-left: 0.0em; margin-right: 0.0em; }
 
-h2		{ margin-left: -1.5em; }
+p.news		{ margin-left: 2.0em; }
 
-p.head, p.foot	{ margin-left: -3.0em;
-		  text-align: right; }
+li		{ margin: 0.25em; }
 
-p.head		{ border-bottom: 1px solid #dddddd; 
+h1		{ font-size: 110%; }
+h2		{ font-size: 105%; margin-left: 1.5em }
+
+p.head		{ margin-bottom: 1.75em;
+		  border-bottom: 1px solid #dddddd; 
 		  padding-bottom: 0.2em; }
 
 p.foot		{ border-top: 1px solid #dddddd; 
+		  color: #666666;
 		  padding-top: 0.2em;
-		  font-size: smaller; }
-
-p.news		{ color: #000000; 
-		  margin-left: -0.5em; }
+		  margin-top: 1.75em; }
 
-span.nm		{ font-weight: bold; }
+span.nm		{ color: green; }
 
 span.file	{ font-style: italic; }
 
-span.attn	{ color: #000000; font-weight: bold; }
+span.attn	{ font-weight: bold; }
 
 span.flag	{ font-weight: bold; }
 
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2011-05-14 23:44 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=201105142344.p4ENi1se031515@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).