[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.7 and 1.8

version 1.7, 2009/09/24 11:05:45 version 1.8, 2009/09/24 11:55:28
Line 1 
Line 1 
 div.body        { font-family: monospace; min-width: 580px; width: 580px; } /* Top-most div tag. */  div.body        { font-family: monospace;
                     min-width: 580px; width: 580px; } /* Top-most div tag. */
   
 span.sec-head   { font-weight: bold; } /* Sections (Sh). */  span.sec-head   { font-weight: bold; } /* Sections (Sh). */
 div.sec-head    { }  div.sec-head    { }
Line 22  span.emph { font-style: italic; } /* Emphasis (Em). */
Line 23  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: italic; } /* Function argument (Fa, Fn). */  span.farg       { font-style: italic; } /* Function argument (Fa, Fn). */
 span.fname      { font-style: italic; } /* 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.fname      { font-weight: bold; } /* Function name (Fa, Fn, Rv). */
   span.ftype      { font-style: italic; } /* Function types (Ft, Fn). */
 span.includes   { font-weight: bold; } /* Header includes (In). */  span.includes   { font-weight: bold; } /* Header includes (In). */
 span.lib        { } /* Library (Lb). */  span.lib        { } /* Library (Lb). */
 span.lit        { font-family: monospace; } /* Literals (Bf -literal). */  span.lit        { font-family: monospace; } /* Literals (Bf -literal). */
Line 32  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.symb       { font-weight: bold; } /* Symbols. */  span.symb       { font-weight: bold; } /* Symbols. */
 span.type       { font-style: italic; } /* Variable types (Vt, Ft, Fn). */  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). */
 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). */  span.var        { font-weight: bold; } /* Variables (Rv). */
   
   a.link-ext      { } /* Off-site link (Lk). */
   a.link-mail     { } /* Mailto links (Mt). */
 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         { } /* Literal (D1, Bd -literal, Dl, Bd -literal). */  
 div.emph        { font-style: italic; } /* Emphasis (Bl -emphasis). */  div.emph        { font-style: italic; } /* Emphasis (Bl -emphasis). */
   div.lit         { } /* Literal (D1, Bd -literal, Dl, Bd -literal). */
 div.symb        { font-weight: bold; } /* Symbols (Bl -symbolic). */  div.symb        { font-weight: bold; } /* Symbols (Bl -symbolic). */
   
 table.header    { } /* Document header. */  
 table.footer    { } /* Document footer. */  table.footer    { } /* Document footer. */
   table.header    { } /* Document header. */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb