From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id oBFHLO3Y023114 for ; Wed, 15 Dec 2010 12:21:24 -0500 (EST) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id oBFHLOHB012802; Wed, 15 Dec 2010 12:21:24 -0500 (EST) Date: Wed, 15 Dec 2010 12:21:24 -0500 (EST) Message-Id: <201012151721.oBFHLOHB012802@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Add some more bits to CSS example. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 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