[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.9

version 1.7, 2008/12/07 21:30:49 version 1.9, 2008/12/12 10:11:10
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; }
Line 25 
Line 27 
         div.inline-Pp           { margin-bottom: 10px; }          div.inline-Pp           { margin-bottom: 10px; }
         span.inline-Sy          { font-weight: bolder; }          span.inline-Sy          { font-weight: bolder; }
         span.inline-Tn          { font-variant: small-caps; }          span.inline-Tn          { font-variant: small-caps; }
         span.inline-D1          { margin-left: 20px; }          div.inline-D1           { margin-left: 20px; }
           div.inline-Dl           { margin-left: 20px; }
         span.head-Fo            { font-weight: bolder; }          span.head-Fo            { font-weight: bolder; }
         span.body-Fo:before     { content: '('; }          span.body-Fo:before     { content: '('; }
         span.body-Fo:after      { content: ')'; }          span.body-Fo:after      { content: ')'; }

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

CVSweb