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

Diff for /mandoc/mandoc.css between version 1.6 and 1.7

version 1.6, 2017/01/19 15:48:39 version 1.7, 2017/01/19 16:56:54
Line 56  div.Pp { margin: 1ex 0ex; }
Line 56  div.Pp { margin: 1ex 0ex; }
 a.Sx { }  a.Sx { }
 a.Xr { }  a.Xr { }
   
   /* Displays and lists. */
   
 blockquote      { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1. */  div.Bd { }
   div.D1 {        margin-left: 5ex; }
   
   /* Fonts. */
   
   .Li {           font-style: normal;
                   font-weight: normal;
                   font-family: monospace; }
   
   
 table.synopsis  { } /* SYNOPSIS section table. */  table.synopsis  { } /* SYNOPSIS section table. */
   
 /* General font modes. */  /* General font modes. */
Line 67  i  { } /* Italic: BI, IB, I, (implicit). */
Line 77  i  { } /* Italic: BI, IB, I, (implicit). */
 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. */
 .lit            { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */  
   
 /* Block modes. */  /* Block modes. */
   
 .display        { } /* Top of all Bd, D1, Dl. */  
 .list           { } /* Top of all Bl. */  .list           { } /* Top of all Bl. */
   
 /* Context-specific modes. */  /* Context-specific modes. */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb