[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.33

version 1.30, 2010/12/17 08:17:40 version 1.33, 2010/12/17 11:01:24
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 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.33

CVSweb