[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.23 and 1.24

version 1.23, 2010/12/15 15:59:23 version 1.24, 2010/12/15 16:08:18
Line 12  div.ssec-head { font-weight: bold; font-style: normal;
Line 12  div.ssec-head { font-weight: bold; font-style: normal;
 div.ssec-body   { }  div.ssec-body   { }
 div.ssec-block  { }  div.ssec-block  { }
   
   /* General font modes. */
   
   .lit            { } /* "Literal" text: Dl, Li, Bf -literal, Bl -literal, Bl -unfilled. */
   
   /* Context-specific modes. */
   
 span.addr       { font-style: italic; font-weight: normal; } /* Address (Ad). */  span.addr       { font-style: italic; font-weight: normal; } /* Address (Ad). */
 span.arg        { font-style: italic; font-weight: normal; } /* Command argument (Ar). */  span.arg        { font-style: italic; font-weight: normal; } /* Command argument (Ar). */
 span.author     { } /* Author name (An). */  span.author     { } /* Author name (An). */
Line 32  span.ftype { font-style: italic; font-weight: normal; 
Line 38  span.ftype { font-style: italic; font-weight: normal; 
 span.includes   { font-weight: bold; font-style: normal; } /* Header includes (In). */  span.includes   { font-weight: bold; font-style: normal; } /* Header includes (In). */
 span.italic     { font-style: italic; font-weight: normal; } /* Generically italic (BI, IB, I). */  span.italic     { font-style: italic; font-weight: normal; } /* Generically italic (BI, IB, I). */
 span.lib        { } /* Library (Lb). */  span.lib        { } /* Library (Lb). */
 span.lit        { } /* Literals (Dl). */  
 span.macro      { font-weight: bold; font-style: normal; } /* Macro-ish thing (Fd). */  span.macro      { font-weight: bold; font-style: normal; } /* Macro-ish thing (Fd). */
 span.name       { font-weight: bold; font-style: normal; } /* Name of utility (Nm). */  span.name       { font-weight: bold; font-style: normal; } /* Name of utility (Nm). */
 span.opt        { } /* Options (Op, Oo/Oc). */  span.opt        { } /* Options (Op, Oo/Oc). */
Line 66  a.link-ref { } /* Reference section links (%Q). */
Line 71  a.link-ref { } /* Reference section links (%Q). */
 a.link-sec      { } /* Section links (Sx). */  a.link-sec      { } /* Section links (Sx). */
   
 div.emph        { font-style: italic; font-weight: normal; } /* Emphasis (Bl -emphasis). */  div.emph        { font-style: italic; font-weight: normal; } /* Emphasis (Bl -emphasis). */
 div.lit         { } /* Literal (Bf -literal, Bd -literal, Bd -unfilled). */  
 div.symb        { font-weight: bold; font-style: normal; } /* Symbols (Bl -symbolic). */  div.symb        { font-weight: bold; font-style: normal; } /* Symbols (Bl -symbolic). */
   
 table.footer    { } /* Document footer. */  table.footer    { } /* Document footer. */

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb