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

Diff for /mandoc/Attic/style.css between version 1.18 and 1.20

version 1.18, 2010/12/22 11:58:02 version 1.20, 2010/12/24 22:51:13
Line 1 
Line 1 
 /* $Id$ */  /* $Id$ */
   
 html            { max-width: 800px; }  html            { max-width: 800px; }
 body            { font-family: monospace;  body            { color: #333333;
                   color: #333333;  
                   font-size: 0.93em;                    font-size: 0.93em;
                   font-family: Times, serif; }                    font-family: Times, serif; }
   
Line 91  span.ref-opt { } /* Reference optionals (%O). */
Line 90  span.ref-opt { } /* Reference optionals (%O). */
 span.ref-page   { } /* Reference page (%P). */  span.ref-page   { } /* Reference page (%P). */
 span.ref-corp   { } /* Reference corporate/foreign author (%Q). */  span.ref-corp   { } /* Reference corporate/foreign author (%Q). */
 span.ref-rep    { } /* Reference report (%R). */  span.ref-rep    { } /* Reference report (%R). */
 u.ref-title     { } /* Reference title (%T). */  span.ref-title  { text-decoration: underline; } /* Reference title (%T). */
 span.ref-vol    { } /* Reference volume (%V). */  span.ref-vol    { } /* Reference volume (%V). */
 span.type       { font-style: italic; font-weight: normal; } /* Variable types (Vt). */  span.type       { font-style: italic; font-weight: normal; } /* 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.18  
changed lines
  Added in v.1.20

CVSweb