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

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

version 1.5, 2008/12/06 21:10:31 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: 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; }
         div.head-Sh             { font-weight: bold; }  
         div.head-Ss             { font-weight: bold;          div.head-Ss             { font-weight: bold;
                                   margin-top: 10px;                                    margin-top: 10px;
                                   text-align: justify; }                                    text-align: justify; }
         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; }
           span.inline-Cm          { font-weight: bolder; }
           span.inline-Cd          { font-weight: bolder; }
         span.inline-Nm          { font-weight: bolder; }          span.inline-Nm          { font-weight: bolder; }
           span.inline-An          { text-decoration: underline; }
         span.inline-Ar          { text-decoration: underline; }          span.inline-Ar          { text-decoration: underline; }
         span.inline-Pa          { text-decoration: underline; }          span.inline-Pa          { text-decoration: underline; }
         div.block-Bl            { margin-top: 10px;          div.block-Bl            { margin-top: 10px;
Line 30 
Line 36 
         span.inline-Va          { text-decoration: underline; }          span.inline-Va          { text-decoration: underline; }
         span.inline-Vt          { text-decoration: underline; }          span.inline-Vt          { text-decoration: underline; }
         span.inline-Em          { font-style: italic; }          span.inline-Em          { font-style: italic; }
           span.inline-Ft          { text-decoration: underline; }
           span.inline-Fd          { font-weight: bolder; }
           span.inline-Ic          { font-weight: bolder; }
         span.inline-Op:before   { content: '['; }          span.inline-Op:before   { content: '['; }
         span.inline-Op:after    { content: ']'; }          span.inline-Op:after    { content: ']'; }
         span.inline-Qq:before   { content: '\"'; }          span.inline-Qq:before   { content: '\"'; }

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

CVSweb