source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: kristaps@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: mdocml: Add some more bits to CSS example.
Date: Wed, 15 Dec 2010 12:21:24 -0500 (EST)	[thread overview]
Message-ID: <201012151721.oBFHLOHB012802@krisdoz.my.domain> (raw)

Log Message:
-----------
Add some more bits to CSS example.

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

Revision Data
-------------
Index: example.style.css
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/example.style.css,v
retrieving revision 1.25
retrieving revision 1.26
diff -Lexample.style.css -Lexample.style.css -u -p -r1.25 -r1.26
--- example.style.css
+++ example.style.css
@@ -14,6 +14,10 @@ div.ssec-head	{ font-style: normal; font
 div.ssec-body	{ }
 div.ssec-block	{ }
 
+/* Vertical spacing. */
+
+p		{ } /* Paragraph: Pp, Lp. */
+
 /* General font modes. */
 
 .lit		{ font-style: normal; font-weight: normal; } /* Literal: Dl, Li, Bf -literal, Bl -literal, Bl -unfilled. */
@@ -22,6 +26,7 @@ div.ssec-block	{ }
 .bold		{ font-style: normal; font-weight: bold; } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */
 .symb		{ font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
 .roman		{ font-style: normal; font-weight: normal; } /* Roman: (implicit). */
+.small		{ font-style: normal; font-weight: normal; font-size: smaller; } /* Small: SB, SM. */
 
 /* Context-specific modes. */
 
@@ -59,7 +64,6 @@ span.ref-corp	{ } /* Reference corporate
 span.ref-rep	{ } /* Reference report (%R). */
 span.ref-title	{ text-decoration: underline; } /* Reference title (%T). */
 span.ref-vol	{ } /* Reference volume (%V). */
-span.small	{ font-size: smaller; } /* Generically small (SB, SM). */
 span.type	{ font-style: italic; font-weight: normal; } /* Variable types (Vt). */
 span.unix	{ } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
 span.utility	{ font-style: normal; font-weight: bold; } /* Name of utility (Ex). */
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2010-12-15 17:21 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=201012151721.oBFHLOHB012802@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).