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

Diff for /mandoc/Attic/example.style.css between version 1.21 and 1.22

version 1.21, 2010/07/26 22:35:59 version 1.22, 2010/12/15 15:32:01
Line 70  div.symb { font-weight: bold; font-style: normal; } /*
Line 70  div.symb { font-weight: bold; font-style: normal; } /*
   
 table.footer    { } /* Document footer. */  table.footer    { } /* Document footer. */
 table.header    { } /* Document header. */  table.header    { } /* Document header. */
   
   /* Formatting for lists. */
   
   dl.list-diag    { }
   dt.list-diag    { }
   dd.list-diag    { }
   
   dl.list-hang    { }
   dt.list-hang    { }
   dd.list-hang    { }
   
   dl.list-inset   { }
   dt.list-inset   { }
   dd.list-inset   { }
   
   dl.list-ohang   { }
   dt.list-ohang   { }
   dd.list-ohang   { }
   
   dl.list-tag     { }
   dt.list-tag     { }
   dd.list-tag     { }
   
   table.list-col  { }
   tr.list-col     { }
   td.list-col     { }
   
   ul.list-bul     { }
   li.list-bul     { }
   
   ul.list-dash    { }
   li.list-dash    { }
   
   ul.list-hyph    { }
   li.list-hyph    { }
   
   ul.list-item    { }
   li.list-item    { }
   
   ol.list-enum    { }
   li.list-enum    { }

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb