[BACK]Return to style.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/style.css between version 1.26 and 1.27

version 1.26, 2014/08/13 15:25:22 version 1.27, 2014/08/14 00:31:43
Line 34  td.head-rtitle { width: 10%; text-align: right; } /* D
Line 34  td.head-rtitle { width: 10%; text-align: right; } /* D
 /* General font modes. */  /* General font modes. */
   
 i               { } /* Italic: BI, IB, I, (implicit). */  i               { } /* Italic: BI, IB, I, (implicit). */
 em              { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */  .emph           { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
 b               { } /* 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. */
 small           { } /* Small: SB, SM. */  small           { } /* Small: SB, SM. */

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb