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

version 1.32, 2010/12/17 10:37:26 version 1.34, 2010/12/17 13:03:32
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 40  table  { margin-top: 0px; margin-bottom: 0px; }
Line 40  table  { margin-top: 0px; margin-bottom: 0px; }
   
 /* Block modes. */  /* Block modes. */
   
 .display        { }  .display        { } /* Top of all Bd, D1, Dl. */
   .list           { } /* Top of all Bl. */
   
 /* Context-specific modes. */  /* Context-specific modes. */
   

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

CVSweb