[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.38 and 1.39

version 1.38, 2010/12/22 11:15:16 version 1.39, 2010/12/24 00:46:49
Line 35  td  { vertical-align: top; }
Line 35  td  { vertical-align: top; }
   
 /* General font modes. */  /* General font modes. */
   
 .italic         { font-style: italic; font-weight: normal; } /* Italic: BI, IB, I, (implicit). */  i               { } /* 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). */  b               { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */
 .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). */  small           { } /* Small: SB, SM. */
 .small          { font-style: normal; font-weight: normal; font-size: smaller; } /* Small: SB, SM. */  
   
 /* Block modes. */  /* Block modes. */
   

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

CVSweb