[BACK]Return to style.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/style.css between version 1.11 and 1.12

version 1.11, 2009/09/25 14:13:16 version 1.12, 2009/10/07 14:39:00
Line 4  div.body { color: #333333; 
Line 4  div.body { color: #333333; 
                   font-size: smaller;                    font-size: smaller;
                   font-family: Verdana, Tahoma, Arial, sans-serif; }                    font-family: Verdana, Tahoma, Arial, sans-serif; }
   
 span.sec-head   { font-weight: bold; color: blue; } /* Sections (Sh). */  div.sec-head    { font-weight: bold; color: blue; } /* Sections (Sh). */
 div.sec-head    { }  
 div.sec-body    { }  div.sec-body    { }
 div.sec-block   { }  div.sec-block   { }
 span.ssec-head  { font-weight: bold; color: blue; } /* Sub-sections (Ss). */  div.ssec-head   { font-weight: bold; color: blue; } /* Sub-sections (Ss). */
 div.ssec-head   { }  
 div.ssec-body   { }  div.ssec-body   { }
 div.ssec-block  { }  div.ssec-block  { }
   
 span.addr       { } /* Address (Ad). */  span.addr       { } /* 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). */
Line 55  span.utility { font-weight: bold; } /* Name of utility
Line 54  span.utility { font-weight: bold; } /* Name of utility
 span.var        { font-weight: bold; } /* Variables (Rv). */  span.var        { font-weight: bold; } /* Variables (Rv). */
   
 a.link-ext      { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* Off-site link (Lk). */  a.link-ext      { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* Off-site link (Lk). */
   a.link-includes { } /* Include-file link (In). */
 a.link-mail     { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* Mailto links (Mt). */  a.link-mail     { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* 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). */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb