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

Diff for /mandoc/Attic/mdocml.css between version 1.7 and 1.8

version 1.7, 2008/12/07 21:30:49 version 1.8, 2008/12/10 12:05:33
Line 1 
Line 1 
         body                    { margin: 10px;          body                    { margin: 10px;
                                   font-family: Tahoma, sans-serif;                                    font-family: Tahoma, sans-serif;
                                   font-size: small; }                                    font-size: small; }
         h1                      { font-size: medium; }          h1                      { font-size: small; }
         h2                      { font-size: small; }          h2                      { font-size: small; }
         div.mdoc                { width: 600px; }          div.mdoc                { width: 600px; }
         div.block-Sh            { margin-bottom: 20px; }          div.block-Sh            { margin-bottom: 20px; }
Line 11 
Line 11 
         div.body-Sh             { margin-left: 20px;          div.body-Sh             { margin-left: 20px;
                                   margin-top: 10px;                                    margin-top: 10px;
                                   text-align: justify; }                                    text-align: justify; }
           table.header-table      { margin-bottom: 10px; }
           td.header-section       { text-transform: uppercase; }
         span.inline-Nd:before   { content: ' \2014 '; }          span.inline-Nd:before   { content: ' \2014 '; }
         span.inline-Fl:before   { content: '-'; }          span.inline-Fl:before   { content: '-'; }
         span.inline-Fl          { font-weight: bolder; }          span.inline-Fl          { font-weight: bolder; }

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

CVSweb