[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.28 and 1.29

version 1.28, 2010/12/17 00:18:29 version 1.29, 2010/12/17 01:02:00
Line 3 
Line 3 
 html            { min-width: 580px; width: 580px; }  html            { min-width: 580px; width: 580px; }
 body            { font-family: monospace; }  body            { font-family: monospace; }
   
   /* Preamble structure. */
   
   table.footer    { } /* Document footer. */
   table.header    { } /* Document header. */
   
 /* Sections. */  /* Sections. */
   
 h1              { font-size: medium; margin-left: -4ex; } /* Section header (Sh, SH). */  h1              { font-size: medium; margin-left: -4ex; } /* Section header (Sh, SH). */
 h2              { font-size: medium; margin-left: -2ex; } /* Sub-section header (Ss, SS). */  h2              { 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: 3ex; 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 td { vertical-align: top; } /* SYNOPSIS section table. */
   
 /* Vertical spacing. */  /* Vertical spacing. */
   
Line 71  a.link-mail { } /* Mailto links (Mt). */
Line 78  a.link-mail { } /* Mailto links (Mt). */
 a.link-man      { } /* Manual links (Xr). */  a.link-man      { } /* Manual links (Xr). */
 a.link-ref      { } /* Reference section links (%Q). */  a.link-ref      { } /* Reference section links (%Q). */
 a.link-sec      { } /* Section links (Sx). */  a.link-sec      { } /* Section links (Sx). */
   
 table.footer    { } /* Document footer. */  
 table.header    { } /* Document header. */  
   
 /* Formatting for lists. */  /* Formatting for lists. */
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

CVSweb