[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.36 and 1.37

version 1.36, 2010/12/20 13:07:55 version 1.37, 2010/12/20 13:39:24
Line 57  b.cmd  { font-style: normal; } /* Command (Cm). */ 
Line 57  b.cmd  { font-style: normal; } /* Command (Cm). */ 
 b.config        { font-style: normal; } /* Config statement (Cd). */  b.config        { font-style: normal; } /* Config statement (Cd). */
 span.define     { } /* Defines (Dv). */  span.define     { } /* Defines (Dv). */
 span.desc       { } /* Nd.  After em-dash. */  span.desc       { } /* Nd.  After em-dash. */
 span.diag       { font-style: normal; font-weight: bold; } /* Diagnostic (Bl -diag). */  b.diag          { font-style: normal; } /* Diagnostic (Bl -diag). */
 span.env        { } /* Environment variables (Ev). */  span.env        { } /* Environment variables (Ev). */
 span.errno      { } /* Error string (Er). */  span.errno      { } /* Error string (Er). */
 i.farg          { font-weight: normal; } /* Function argument (Fa, Fn). */  i.farg          { font-weight: normal; } /* Function argument (Fa, Fn). */
Line 67  b.fname  { font-style: normal; } /* Function name (Fa,
Line 67  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 94  a.link-includes { } /* Include-file link (In). */
Line 95  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-man      { } /* Manual links (Xr). */
 a.link-ref      { } /* Reference section links (%Q). */  a.link-ref      { } /* Reference section links (%Q). */
 a.link-sec      { font-style: italic; font-weight: normal; } /* Section links (Sx). */  a.link-sec      { } /* Section links (Sx). */
   
 /* Formatting for lists. */  /* Formatting for lists. */
   

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

CVSweb