source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Add some more bits to CSS example.
@ 2010-12-15 17:21 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-12-15 17:21 UTC (permalink / raw)
  To: source

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

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

only message in thread, other threads:[~2010-12-15 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-15 17:21 mdocml: Add some more bits to CSS example 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).