[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.30 and 1.34

version 1.30, 2010/12/17 08:17:40 version 1.34, 2010/12/17 13:03:32
Line 7  body  { font-family: monospace; }
Line 7  body  { font-family: monospace; }
   
 table.foot      { width: 100%; } /* Document footer. */  table.foot      { width: 100%; } /* Document footer. */
 td.foot-date    { width: 50%; } /* Document footer: date. */  td.foot-date    { width: 50%; } /* Document footer: date. */
 td.foot-os      { width: 50%; text-align: right; } /* Document footer: OS. */  td.foot-os      { width: 50%; text-align: right; } /* Document footer: OS/source. */
 table.head      { width: 100%; } /* Document header. */  table.head      { width: 100%; } /* Document header. */
 td.head-ltitle  { width: 10%; } /* Document header: left-title. */  td.head-ltitle  { width: 10%; } /* Document header: left-title. */
 td.head-vol     { width: 80%; text-align: center; } /* Document header: volume. */  td.head-vol     { width: 80%; text-align: center; } /* Document header: volume. */
Line 15  td.head-rtitle { width: 10%; text-align: right; } /* D
Line 15  td.head-rtitle { width: 10%; text-align: right; } /* D
   
 /* Sections. */  /* Sections. */
   
 h1              { font-size: medium; margin-left: -4ex; } /* Section header (Sh, SH). */  h1              { margin-bottom: 0px; font-size: medium; margin-left: -4ex; } /* Section header (Sh, SH). */
 h2              { font-size: medium; margin-left: -2ex; } /* Sub-section header (Ss, SS). */  h2              { margin-bottom: 0px; font-size: medium; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
 div.section     { margin-bottom: 3ex; 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. */  table.synopsis td { vertical-align: top; } /* SYNOPSIS section table. */
Line 37  table  { margin-top: 0px; margin-bottom: 0px; }
Line 37  table  { margin-top: 0px; margin-bottom: 0px; }
 .symb           { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */  .symb           { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
 .roman          { font-style: normal; font-weight: normal; } /* Roman: (implicit). */  .roman          { font-style: normal; font-weight: normal; } /* Roman: (implicit). */
 .small          { font-style: normal; font-weight: normal; font-size: smaller; } /* Small: SB, SM. */  .small          { font-style: normal; font-weight: normal; font-size: smaller; } /* Small: SB, SM. */
   
   /* Block modes. */
   
   .display        { } /* Top of all Bd, D1, Dl. */
   .list           { } /* Top of all Bl. */
   
 /* Context-specific modes. */  /* Context-specific modes. */
   

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.34

CVSweb