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

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

version 1.5, 2017/01/19 15:27:34 version 1.6, 2017/01/19 15:48:39
Line 53  h2.Ss {  margin-top: 2ex;
Line 53  h2.Ss {  margin-top: 2ex;
                 margin-left: -2ex;                  margin-left: -2ex;
                 font-size: 105%; }                  font-size: 105%; }
 div.Pp {        margin: 1ex 0ex; }  div.Pp {        margin: 1ex 0ex; }
   a.Sx { }
   a.Xr { }
   
   
 blockquote      { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1. */  blockquote      { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1. */
Line 91  b.fname  { font-style: normal; } /* Function name (Fa,
Line 93  b.fname  { font-style: normal; } /* Function name (Fa,
 i.ftype         { font-weight: normal; } /* Function types (Ft, Fn). */  i.ftype         { font-weight: normal; } /* Function types (Ft, Fn). */
 b.includes      { font-style: normal; } /* Header includes (In). */  b.includes      { font-style: normal; } /* Header includes (In). */
 span.lib        { } /* Library (Lb). */  span.lib        { } /* Library (Lb). */
 i.link-sec      { font-weight: normal; } /* Section links (Sx). */  
 b.macro         { font-style: normal; } /* Macro-ish thing (Fd). */  b.macro         { font-style: normal; } /* Macro-ish thing (Fd). */
 b.name          { font-style: normal; } /* Name of utility (Nm). */  b.name          { font-style: normal; } /* Name of utility (Nm). */
 span.opt        { } /* Options (Op, Oo/Oc). */  span.opt        { } /* Options (Op, Oo/Oc). */
Line 117  b.var  { font-style: normal; } /* Variables (Rv). */
Line 118  b.var  { font-style: normal; } /* Variables (Rv). */
 a.link-ext      { } /* Off-site link (Lk). */  a.link-ext      { } /* Off-site link (Lk). */
 a.link-includes { } /* Include-file link (In). */  a.link-includes { } /* Include-file link (In). */
 a.link-mail     { } /* Mailto links (Mt). */  a.link-mail     { } /* Mailto links (Mt). */
 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). */  
   
 /* Formatting for lists.  See mdoc(7). */  /* Formatting for lists.  See mdoc(7). */
   

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

CVSweb