[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.3 and 1.4

version 1.3, 2009/09/21 13:44:56 version 1.4, 2009/09/21 23:12:08
Line 20  span.diag { font-weight: bold; } /* Diagnostic (Bl -di
Line 20  span.diag { font-weight: bold; } /* Diagnostic (Bl -di
 span.emph       { font-style: italic; } /* Emphasis (Em). */  span.emph       { font-style: italic; } /* Emphasis (Em). */
 span.env        { } /* Environment variables (Ev). */  span.env        { } /* Environment variables (Ev). */
 span.errno      { } /* Error string (Er). */  span.errno      { } /* Error string (Er). */
 span.farg       { font-style: underline; } /* Function argument (Fa, Fn). */  span.farg       { text-decoration: underline; } /* Function argument (Fa, Fn). */
 span.file       { font-style: italic; } /* File (Pa). */  span.file       { font-style: italic; } /* File (Pa). */
 span.flag       { font-weight: bold; } /* Flag (Fl, Cm). */  span.flag       { font-weight: bold; } /* Flag (Fl, Cm). */
 span.macro      { } /* Macro-ish thing (Fd). */  span.macro      { } /* Macro-ish thing (Fd). */
 span.name       { font-weight: bold; } /* Name of utility (Nm). */  span.name       { font-weight: bold; } /* Name of utility (Nm). */
 span.opt        { } /* Options (Op, Oo/Oc). */  span.opt        { } /* Options (Op, Oo/Oc). */
 span.type       { font-weight: italic; } /* Variable types (Vt, Ft, Fn). */  span.type       { font-style: italic; } /* Variable types (Vt, Ft, Fn). */
 span.unix       { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */  span.unix       { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */
 span.utility    { font-weight: bold; } /* Name of utility (Ex). */  span.utility    { font-weight: bold; } /* Name of utility (Ex). */
   
 a.link-man      { } /* Manual links (Xr). */  a.link-man      { } /* Manual links (Xr). */
 a.link-sec      { } /* Section links (Sx). */  a.link-sec      { } /* Section links (Sx). */
   a.link-mail     { } /* Mailto links (Mt). */
   a.link-ext      { } /* Off-site link (Lk). */
   
 div.lit-block   { font-family: monospace; } /* Literal block (D1, Bd -literal, Dl). */  div.lit-block   { font-family: monospace; } /* Literal block (D1, Bd -literal, Dl). */
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb