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

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

version 1.17, 2010/12/20 13:39:24 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 10  body  { font-family: monospace; 
Line 9  body  { font-family: monospace; 
   
 table.foot      { width: 100%;  table.foot      { width: 100%;
                   font-size: 0.8em;                    font-size: 0.8em;
                     margin-top: 1em;
                   border-top: 1px dotted #dddddd;                    border-top: 1px dotted #dddddd;
                   color: #999999; } /* Document footer. */                    color: #999999; } /* Document footer. */
 td.foot-date    { width: 50%; } /* Document footer: date. */  td.foot-date    { width: 50%; } /* Document footer: date. */
 td.foot-os      { width: 50%; text-align: right; } /* Document footer: OS/source. */  td.foot-os      { width: 50%; text-align: right; } /* Document footer: OS/source. */
 table.head      { width: 100%;  table.head      { width: 100%;
                   font-size: 0.8em;                    font-size: 0.8em;
                     margin-bottom: 1em;
                   border-bottom: 1px dotted #dddddd;                    border-bottom: 1px dotted #dddddd;
                   color: #999999; } /* Document header. */                    color: #999999; } /* Document header. */
 td.head-ltitle  { width: 10%; } /* Document header: left-title. */  td.head-ltitle  { width: 10%; } /* Document header: left-title. */
Line 89  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.17  
changed lines
  Added in v.1.20

CVSweb