[BACK]Return to example.style.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/example.style.css between version 1.37 and 1.38

version 1.37, 2010/12/20 13:39:24 version 1.38, 2010/12/22 11:15:16
Line 25  h2  { margin-bottom: 0px; font-size: medium; margin-le
Line 25  h2  { margin-bottom: 0px; font-size: medium; margin-le
 div.section     { margin-bottom: 2ex; margin-left: 4ex; } /* Sections (Sh, SH). */  div.section     { margin-bottom: 2ex; margin-left: 4ex; } /* Sections (Sh, SH). */
 div.subsection  { } /* Sub-sections (Ss, SS). */  div.subsection  { } /* Sub-sections (Ss, SS). */
 table.synopsis  { } /* SYNOPSIS section table. */  table.synopsis  { } /* SYNOPSIS section table. */
 table.synopsis td { vertical-align: top; } /* SYNOPSIS section table. */  
   
 /* Vertical spacing. */  /* Vertical spacing. */
   
 p               { } /* Paragraph: Pp, Lp. */  p               { } /* Paragraph: Pp, Lp. */
 blockquote      { margin-top: 0px; margin-bottom: 0px; }  blockquote      { margin-top: 0px; margin-bottom: 0px; }
 table           { margin-top: 0px; margin-bottom: 0px; }  table           { margin-top: 0px; margin-bottom: 0px; }
   td              { vertical-align: top; }
   
 /* General font modes. */  /* General font modes. */
   
 .lit            { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Bf -literal, Bl -literal, Bl -unfilled. */  
 .italic         { font-style: italic; font-weight: normal; } /* Italic: BI, IB, I, (implicit). */  .italic         { font-style: italic; font-weight: normal; } /* Italic: BI, IB, I, (implicit). */
 .emph           { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */  .emph           { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
 .bold           { font-style: normal; font-weight: bold; } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */  .bold           { font-style: normal; font-weight: bold; } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */
Line 68  i.ftype  { font-weight: normal; } /* Function types (F
Line 67  i.ftype  { font-weight: normal; } /* Function types (F
 b.includes      { font-style: normal; } /* Header includes (In). */  b.includes      { font-style: normal; } /* Header includes (In). */
 span.lib        { } /* Library (Lb). */  span.lib        { } /* Library (Lb). */
 i.link-sec      { font-weight: normal; } /* Section links (Sx). */  i.link-sec      { font-weight: normal; } /* Section links (Sx). */
   code.lit        { font-style: normal; font-weight: normal; } /* Literal: Dl, Li, Bf -literal, Bl -literal, Bl -unfilled. */
 b.macro         { font-style: normal; } /* Macro-ish thing (Fd). */  b.macro         { font-style: normal; } /* Macro-ish thing (Fd). */
 b.name          { font-style: normal; } /* Name of utility (Nm). */  b.name          { font-style: normal; } /* Name of utility (Nm). */
 span.opt        { } /* Options (Op, Oo/Oc). */  span.opt        { } /* Options (Op, Oo/Oc). */

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

CVSweb