[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.4 and 1.5

version 1.4, 2009/09/21 23:12:08 version 1.5, 2009/09/24 09:20:02
Line 13  div.ssec-block { }
Line 13  div.ssec-block { }
 span.addr       { text-decoration: underline; } /* Address (Ad). */  span.addr       { text-decoration: underline; } /* Address (Ad). */
 span.arg        { font-style: italic; } /* Command argument (Ar). */  span.arg        { font-style: italic; } /* Command argument (Ar). */
 span.author     { } /* Author name (An). */  span.author     { } /* Author name (An). */
   span.cmd        { font-weight: bold; } /* Command (Cm). */
 span.config     { font-weight: bold; } /* Config statement (Cd). */  span.config     { font-weight: bold; } /* Config statement (Cd). */
 span.define     { } /* Defines (Dv). */  span.define     { } /* Defines (Dv). */
 span.desc       { } /* Nd.  After em-dash. */  span.desc       { } /* Nd.  After em-dash. */
Line 21  span.emph { font-style: italic; } /* Emphasis (Em). */
Line 22  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       { text-decoration: underline; } /* Function argument (Fa, Fn). */  span.farg       { text-decoration: underline; } /* Function argument (Fa, Fn). */
   span.fname      { text-decoration: underline; } /* Function name (Fa, Fn, Rv). */
 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.includes   { font-weight: bold; } /* Header includes (In). */
 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-style: 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). */
   span.var        { font-weight: bold; } /* Variables (Rv). */
   
 a.link-man      { } /* Manual links (Xr). */  a.link-man      { } /* Manual links (Xr). */
 a.link-sec      { } /* Section links (Sx). */  a.link-sec      { } /* Section links (Sx). */

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

CVSweb