[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.9 and 1.10

version 1.9, 2009/09/24 13:18:37 version 1.10, 2009/09/24 23:54:43
Line 34  span.macro { font-weight: bold; } /* Macro-ish thing (
Line 34  span.macro { font-weight: bold; } /* Macro-ish thing (
 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.ref        { } /* Citations (Rs). */  span.ref        { } /* Citations (Rs). */
   span.ref-auth   { } /* Reference author (%A). */
   span.ref-book   { font-style: italic; } /* Reference book (%B). */
   span.ref-city   { } /* Reference city (%C). */
   span.ref-date   { } /* Reference date (%D). */
   span.ref-issue  { font-style: italic; } /* Reference issuer/publisher (%I). */
   span.ref-jrnl   { font-style: italic; } /* Reference journal (%J). */
   span.ref-num    { } /* Reference number (%N). */
   span.ref-opt    { } /* Reference optionals (%O). */
   span.ref-page   { } /* Reference page (%P). */
   span.ref-corp   { } /* Reference corporate/foreign author (%Q). */
   span.ref-rep    { } /* Reference report (%R). */
   span.ref-title  { } /* Reference title (%T). */
   span.ref-vol    { } /* Reference volume (%V). */
 span.symb       { font-weight: bold; } /* Symbols. */  span.symb       { font-weight: bold; } /* Symbols. */
 span.type       { font-style: italic; } /* Variable types (Vt). */  span.type       { font-style: italic; } /* Variable types (Vt). */
 span.unix       { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */  span.unix       { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb