[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.5 and 1.6

version 1.5, 2009/09/24 09:20:02 version 1.6, 2009/09/24 09:50:31
Line 26  span.fname { text-decoration: underline; } /* Function
Line 26  span.fname { text-decoration: underline; } /* Function
 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.includes   { font-weight: bold; } /* Header includes (In). */
   span.lit        { font-family: monospace; } /* Literals (Bf -literal). */
 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.symb       { font-weight: bold; } /* Symbols. */
 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). */
Line 39  a.link-sec { } /* Section links (Sx). */
Line 41  a.link-sec { } /* Section links (Sx). */
 a.link-mail     { } /* Mailto links (Mt). */  a.link-mail     { } /* Mailto links (Mt). */
 a.link-ext      { } /* Off-site link (Lk). */  a.link-ext      { } /* Off-site link (Lk). */
   
 div.lit-block   { font-family: monospace; } /* Literal block (D1, Bd -literal, Dl). */  div.lit         { font-family: monospace; } /* Literal (D1, Bd -literal, Dl, Bd -literal). */
   div.emph        { font-style: italic; } /* Emphasis (Bl -emphasis). */
   div.symb        { font-weight: bold; } /* Symbols (Bl -symbolic). */
   
 table.header    { } /* Document header. */  table.header    { } /* Document header. */
 table.footer    { } /* Document footer. */  table.footer    { } /* Document footer. */

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

CVSweb